Commit 3a29f43c authored by Kyle Buzby's avatar Kyle Buzby Committed by Greg Kroah-Hartman
Browse files

staging: clocking-wizard: prefer 'help' in Kconfig



Fixes the checkpatch warning:

WARNING: prefer 'help' over '---help---' for new help texts
+config COMMON_CLK_XLNX_CLKWZRD

Signed-off-by: default avatarKyle Buzby <kyle.buzby@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent e9d93154
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5,5 +5,5 @@
config COMMON_CLK_XLNX_CLKWZRD
	tristate "Xilinx Clocking Wizard"
	depends on COMMON_CLK && OF
	---help---
	help
	  Support for the Xilinx Clocking Wizard IP core clock generator.