summaryrefslogtreecommitdiffstats
path: root/drivers/base
diff options
context:
space:
mode:
authorLuis R. Rodriguez <mcgrof@kernel.org>2018-05-10 13:08:42 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-05-14 16:43:10 +0200
commit367d09824193e5a9aea98490ae0506cec8abe9c4 (patch)
tree728d58b9df52cdf31dc2d6741ce70c44b75e5fee /drivers/base
parent02c399306826412562ec68712eada97e8e355f35 (diff)
downloadop-kernel-dev-367d09824193e5a9aea98490ae0506cec8abe9c4.zip
op-kernel-dev-367d09824193e5a9aea98490ae0506cec8abe9c4.tar.gz
firmware_loader: replace ---help--- with help
As per checkpatch using help is preferred over ---help---. Signed-off-by: Luis R. Rodriguez <mcgrof@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/base')
-rw-r--r--drivers/base/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/base/Kconfig b/drivers/base/Kconfig
index db2bbe4..0c38df3 100644
--- a/drivers/base/Kconfig
+++ b/drivers/base/Kconfig
@@ -93,7 +93,7 @@ menu "Firmware loader"
config FW_LOADER
tristate "Firmware loading facility" if EXPERT
default y
- ---help---
+ help
This enables the firmware loading facility in the kernel. The kernel
will first look for built-in firmware, if it has any. Next, it will
look for the requested firmware in a series of filesystem paths:
OpenPOWER on IntegriCloud