From: Christophe JAILLET Date: Sun, 16 Feb 2020 10:34:37 +0000 (+0100) Subject: platform/x86: Kconfig: Fix a typo X-Git-Tag: v5.7-rc1~148^2~47 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8d92e160dd8fa62a4e52e334ff6dccc885cb6696;p=thirdparty%2Fkernel%2Flinux.git platform/x86: Kconfig: Fix a typo 'paramaters' should be 'parameters' Signed-off-by: Christophe JAILLET Signed-off-by: Andy Shevchenko --- diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig index 664ead09c7fb5..ae75b19e86498 100644 --- a/drivers/platform/x86/Kconfig +++ b/drivers/platform/x86/Kconfig @@ -1213,7 +1213,7 @@ config INTEL_RST tristate "Intel Rapid Start Technology Driver" depends on ACPI ---help--- - This driver provides support for modifying paramaters on systems + This driver provides support for modifying parameters on systems equipped with Intel's Rapid Start Technology. When put in an ACPI sleep state, these devices will wake after either a configured timeout or when the system battery reaches a critical state,