From 39f5712b8f0167b446dd8a0a3754d6cd50e27dd8 Mon Sep 17 00:00:00 2001 From: Dmitry Torokhov Date: Sun, 5 Feb 2017 20:47:18 -0800 Subject: [PATCH] tpm: fix misspelled "facilitate" in module parameter description I typoed "facilitate" as "faciltate" a few years back... Signed-off-by: Dmitry Torokhov Reviewed-by: Jarkko Sakkinen Signed-off-by: Jarkko Sakkinen --- drivers/char/tpm/tpm-interface.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/char/tpm/tpm-interface.c b/drivers/char/tpm/tpm-interface.c index 087748b8264f..6e368ee7bbec 100644 --- a/drivers/char/tpm/tpm-interface.c +++ b/drivers/char/tpm/tpm-interface.c @@ -47,7 +47,7 @@ static int tpm_suspend_pcr; module_param_named(suspend_pcr, tpm_suspend_pcr, uint, 0644); MODULE_PARM_DESC(suspend_pcr, - "PCR to use for dummy writes to faciltate flush on suspend."); + "PCR to use for dummy writes to facilitate flush on suspend."); /* * Array with one entry per ordinal defining the maximum amount