diff options
author | Phillip Potter <phil@philpotter.co.uk> | 2018-03-15 18:13:30 +0000 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-03-19 19:43:24 +0100 |
commit | 294fb1d2a260eda409b22b9896bbeef56d8d2d26 (patch) | |
tree | e395c80ba2e17a03ab394c6cada38a60544ee4ba /drivers/staging/android | |
parent | 80782927e3aa8be17c804c35ad310b7d6f8c1499 (diff) | |
download | blackbird-op-linux-294fb1d2a260eda409b22b9896bbeef56d8d2d26.tar.gz blackbird-op-linux-294fb1d2a260eda409b22b9896bbeef56d8d2d26.zip |
staging: android: ion: Update wording in drivers/staging/android/ion/Kconfig
Changes the usage of the word 'Chose' to 'Choose' in the ION
Memory Manager Kconfig.
Signed-off-by: Phillip Potter <phil@philpotter.co.uk>
Acked-by: Laura Abbott <labbott@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/android')
-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 8f6494158d3d..898e9a834ccc 100644 --- a/drivers/staging/android/ion/Kconfig +++ b/drivers/staging/android/ion/Kconfig @@ -4,7 +4,7 @@ menuconfig ION select GENERIC_ALLOCATOR select DMA_SHARED_BUFFER ---help--- - Chose this option to enable the ION Memory Manager, + Choose this option to enable the ION Memory Manager, used by Android to efficiently allocate buffers from userspace that can be shared between drivers. If you're not using Android its probably safe to |