浏览代码

staging/android: Persistent formatting of help Kconfig entries

Three entries were recently added with help listed as "help", while
all previous entries were listed as "---help---" to make it more
noticeable.

This commit fixes that. Sorry that it is so trivial, but it's
been bugging me for a while.

Signed-off-by: Cruz Julian Bishop <cruzjbishop@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cruz Julian Bishop 12 年之前
父节点
当前提交
fb51b500a9
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      drivers/staging/android/Kconfig

+ 3 - 3
drivers/staging/android/Kconfig

@@ -77,7 +77,7 @@ config SYNC
 	bool "Synchronization framework"
 	bool "Synchronization framework"
 	default n
 	default n
 	select ANON_INODES
 	select ANON_INODES
-	help
+	---help---
 	  This option enables the framework for synchronization between multiple
 	  This option enables the framework for synchronization between multiple
 	  drivers.  Sync implementations can take advantage of hardware
 	  drivers.  Sync implementations can take advantage of hardware
 	  synchronization built into devices like GPUs.
 	  synchronization built into devices like GPUs.
@@ -86,7 +86,7 @@ config SW_SYNC
 	bool "Software synchronization objects"
 	bool "Software synchronization objects"
 	default n
 	default n
 	depends on SYNC
 	depends on SYNC
-	help
+	---help---
 	  A sync object driver that uses a 32bit counter to coordinate
 	  A sync object driver that uses a 32bit counter to coordinate
 	  syncrhronization.  Useful when there is no hardware primitive backing
 	  syncrhronization.  Useful when there is no hardware primitive backing
 	  the synchronization.
 	  the synchronization.
@@ -95,7 +95,7 @@ config SW_SYNC_USER
 	bool "Userspace API for SW_SYNC"
 	bool "Userspace API for SW_SYNC"
 	default n
 	default n
 	depends on SW_SYNC
 	depends on SW_SYNC
-	help
+	---help---
 	  Provides a user space API to the sw sync object.
 	  Provides a user space API to the sw sync object.
 	  *WARNING* improper use of this can result in deadlocking kernel
 	  *WARNING* improper use of this can result in deadlocking kernel
 	  drivers from userspace.
 	  drivers from userspace.