diff options
author | Nathan Chancellor <natechancellor@gmail.com> | 2018-05-06 18:13:23 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-05-08 13:24:15 +0200 |
commit | 0b694219d62a6b7bb1fb85324b3b559c04a80f5c (patch) | |
tree | 3ed4053866d6f0c14aa30f30d5b64824fc43e329 /drivers/staging/android/Kconfig | |
parent | 1d6e65bedf5878c8dd5b089d3f034b619bbb8a77 (diff) |
staging: android: Kconfig; Remove excessive hyphens
Fixes the following checkpatch.pl warning:
"prefer 'help' over '---help---' for new help texts"
Signed-off-by: Nathan Chancellor <natechancellor@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/android/Kconfig')
-rw-r--r-- | drivers/staging/android/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/android/Kconfig b/drivers/staging/android/Kconfig index 29d891355f7a..17c5587805f5 100644 --- a/drivers/staging/android/Kconfig +++ b/drivers/staging/android/Kconfig @@ -6,7 +6,7 @@ config ASHMEM bool "Enable the Anonymous Shared Memory Subsystem" default n depends on SHMEM - ---help--- + help The ashmem subsystem is a new shared memory allocator, similar to POSIX SHM but with different behavior and sporting a simpler file-based API. @@ -18,7 +18,7 @@ config ANDROID_VSOC tristate "Android Virtual SoC support" default n depends on PCI_MSI - ---help--- + help This option adds support for the Virtual SoC driver needed to boot a 'cuttlefish' Android image inside QEmu. The driver interacts with a QEmu ivshmem device. If built as a module, it will be called vsoc. |