diff options
author | Thomas Zimmermann <[email protected]> | 2023-08-28 15:14:21 +0200 |
---|---|---|
committer | Thomas Zimmermann <[email protected]> | 2023-09-05 14:14:01 +0200 |
commit | 73281e02f4b28faafe57272a719c0761dd8ff75c (patch) | |
tree | 6992c02a714c1cbd2e0a53a1510762da46084c84 | |
parent | 66a749a752351c7cdd0a4fefb2544ab05e7987c3 (diff) |
hid: Remove trailing whitespace
Fix coding style in Kconfig. No functional changes.
Signed-off-by: Thomas Zimmermann <[email protected]>
Cc: Jiri Kosina <[email protected]>
Cc: Benjamin Tissoires <[email protected]>
Acked-by: Javier Martinez Canillas <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
-rw-r--r-- | drivers/hid/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index e11c1c803676..b50054a41c10 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig @@ -1037,7 +1037,7 @@ config HID_SONY * Guitar Hero PS3 and PC guitar dongles config SONY_FF - bool "Sony PS2/3/4 accessories force feedback support" + bool "Sony PS2/3/4 accessories force feedback support" depends on HID_SONY select INPUT_FF_MEMLESS help |