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/ion | |
parent | 1d6e65bedf5878c8dd5b089d3f034b619bbb8a77 (diff) | |
download | linux-0b694219d62a6b7bb1fb85324b3b559c04a80f5c.tar.gz linux-0b694219d62a6b7bb1fb85324b3b559c04a80f5c.tar.bz2 linux-0b694219d62a6b7bb1fb85324b3b559c04a80f5c.zip |
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/ion')
-rw-r--r-- | drivers/staging/android/ion/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/android/ion/Kconfig b/drivers/staging/android/ion/Kconfig index 898e9a834ccc..c16dd16afe6a 100644 --- a/drivers/staging/android/ion/Kconfig +++ b/drivers/staging/android/ion/Kconfig @@ -3,7 +3,7 @@ menuconfig ION depends on HAVE_MEMBLOCK && HAS_DMA && MMU select GENERIC_ALLOCATOR select DMA_SHARED_BUFFER - ---help--- + help Choose this option to enable the ION Memory Manager, used by Android to efficiently allocate buffers from userspace that can be shared between drivers. |