staging: netlogic: replace ---help--- with help in Kconfig
This patch fixes the checkpatch.pl warning: WARNING: prefer 'help' over '---help---' for new help texts Signed-off-by: Bharath Vedartham <linux.bhar@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
b1bd42aa72
commit
fabcb74d07
|
@ -2,6 +2,6 @@ config NETLOGIC_XLR_NET
|
|||
tristate "Netlogic XLR/XLS network device"
|
||||
depends on CPU_XLR
|
||||
select PHYLIB
|
||||
---help---
|
||||
help
|
||||
This driver support Netlogic XLR/XLS on chip gigabit
|
||||
Ethernet.
|
||||
|
|
Loading…
Reference in New Issue