diff options
author | Bharath Vedartham <linux.bhar@gmail.com> | 2019-01-20 21:40:39 +0530 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-01-22 11:32:35 +0100 |
commit | fabcb74d0771129543e7d6dcff34cc9bf56c0fcc (patch) | |
tree | c7d8baeeb69bb6f10dfb367cba087b81a60fc4c3 /drivers/staging/netlogic | |
parent | b1bd42aa72d6d8d8d5234408ebfdd9a0827dec64 (diff) |
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>
Diffstat (limited to 'drivers/staging/netlogic')
-rw-r--r-- | drivers/staging/netlogic/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/netlogic/Kconfig b/drivers/staging/netlogic/Kconfig index d660de51b541..c25a00dd2d5f 100644 --- a/drivers/staging/netlogic/Kconfig +++ b/drivers/staging/netlogic/Kconfig @@ -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. |