diff options
author | Luis R. Rodriguez <mcgrof@kernel.org> | 2018-05-10 16:08:42 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-05-14 10:43:10 -0400 |
commit | 367d09824193e5a9aea98490ae0506cec8abe9c4 (patch) | |
tree | 728d58b9df52cdf31dc2d6741ce70c44b75e5fee | |
parent | 02c399306826412562ec68712eada97e8e355f35 (diff) |
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>
-rw-r--r-- | drivers/base/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/base/Kconfig b/drivers/base/Kconfig index db2bbe483927..0c38df32c7fe 100644 --- a/drivers/base/Kconfig +++ b/drivers/base/Kconfig | |||
@@ -93,7 +93,7 @@ menu "Firmware loader" | |||
93 | config FW_LOADER | 93 | config FW_LOADER |
94 | tristate "Firmware loading facility" if EXPERT | 94 | tristate "Firmware loading facility" if EXPERT |
95 | default y | 95 | default y |
96 | ---help--- | 96 | help |
97 | This enables the firmware loading facility in the kernel. The kernel | 97 | This enables the firmware loading facility in the kernel. The kernel |
98 | will first look for built-in firmware, if it has any. Next, it will | 98 | will first look for built-in firmware, if it has any. Next, it will |
99 | look for the requested firmware in a series of filesystem paths: | 99 | look for the requested firmware in a series of filesystem paths: |