diff options
author | Christophe JAILLET <christophe.jaillet@wanadoo.fr> | 2020-02-16 11:34:37 +0100 |
---|---|---|
committer | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2020-02-28 12:46:14 +0200 |
commit | 8d92e160dd8fa62a4e52e334ff6dccc885cb6696 (patch) | |
tree | c7cb3870ee1d2654dcbf6f3556b8991c5f169d50 /drivers/platform | |
parent | b901c2f5b994d45f919ebb01662f96da276f2d3d (diff) |
platform/x86: Kconfig: Fix a typo
'paramaters' should be 'parameters'
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Diffstat (limited to 'drivers/platform')
-rw-r--r-- | drivers/platform/x86/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig index 664ead09c7fb..ae75b19e8649 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, |