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: Kyle Buzby <kyle.buzby@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Kyle Buzby 2018-06-10 22:09:30 -05:00 committed by Greg Kroah-Hartman
parent e9d93154e5
commit 3a29f43cc3
1 changed files with 1 additions and 1 deletions

View File

@ -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.