From 51e8dca6d0ee2fa24c4d398ba6e0102f2954dd01 Mon Sep 17 00:00:00 2001 From: ankit patel Date: Wed, 16 May 2018 15:04:34 -0500 Subject: [PATCH] Staging: goldfish: Kconfig: fixed code style issue Style fix: config GOLDFISH_AUDIO containing "--help--" to "help" Signed-off-by: ankit patel Signed-off-by: Greg Kroah-Hartman --- drivers/staging/goldfish/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/goldfish/Kconfig b/drivers/staging/goldfish/Kconfig index 1a3e576..9165385 100644 --- a/drivers/staging/goldfish/Kconfig +++ b/drivers/staging/goldfish/Kconfig @@ -1,6 +1,6 @@ config GOLDFISH_AUDIO tristate "Goldfish AVD Audio Device" depends on GOLDFISH - ---help--- + help Emulated audio channel for the Goldfish Android Virtual Device -- 2.7.4