Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

tpm: fix misspelled "facilitate" in module parameter description

I typoed "facilitate" as "faciltate" a few years back...

Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Reviewed-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
Signed-off-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>

authored by

Dmitry Torokhov and committed by
Jarkko Sakkinen
39f5712b 5939eaf4

+1 -1
+1 -1
drivers/char/tpm/tpm-interface.c
··· 47 47 static int tpm_suspend_pcr; 48 48 module_param_named(suspend_pcr, tpm_suspend_pcr, uint, 0644); 49 49 MODULE_PARM_DESC(suspend_pcr, 50 - "PCR to use for dummy writes to faciltate flush on suspend."); 50 + "PCR to use for dummy writes to facilitate flush on suspend."); 51 51 52 52 /* 53 53 * Array with one entry per ordinal defining the maximum amount