diff options
author | 2013-10-30 06:30:49 +0530 | |
---|---|---|
committer | 2013-10-30 09:24:40 -0700 | |
commit | 8787fcd209b6a2ded537a617d80be6f1d5cf1ef1 (patch) | |
tree | 338998a4af22ae8dccbfe191511eefa0efae6aa6 | |
parent | Staging: dwc2: Fix variable dereferenced before check (diff) | |
download | wireguard-linux-8787fcd209b6a2ded537a617d80be6f1d5cf1ef1.tar.xz wireguard-linux-8787fcd209b6a2ded537a617d80be6f1d5cf1ef1.zip |
drivers/staging/nvec/Kconfig: remove trailing whitespace
This patch fixes checkpatch.pl error trailing whitespace.
Signed-off-by: Himangi Saraogi <himangi774@gmail.com>
Reviewed-by: Lisa Nguyen <lisa@xenapiadmin.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/staging/nvec/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/nvec/Kconfig b/drivers/staging/nvec/Kconfig index 7e61adacd15d..9475e20c3d64 100644 --- a/drivers/staging/nvec/Kconfig +++ b/drivers/staging/nvec/Kconfig @@ -10,7 +10,7 @@ config KEYBOARD_NVEC tristate "Keyboard on nVidia compliant EC" depends on MFD_NVEC && INPUT help - Say Y here to enable support for a keyboard connected to + Say Y here to enable support for a keyboard connected to a nVidia compliant embedded controller. config SERIO_NVEC_PS2 |