mirror of https://gitee.com/openkylin/linux.git
wl12xx: fix typo in fwlog module param description
Fix a copy and paste bug in the MODULE_PARAM_DESC for fwlog. Signed-off-by: Luciano Coelho <coelho@ti.com>
This commit is contained in:
parent
775e1a4bd5
commit
2c882fa475
|
@ -5444,7 +5444,7 @@ module_param_named(debug_level, wl12xx_debug_level, uint, S_IRUSR | S_IWUSR);
|
|||
MODULE_PARM_DESC(debug_level, "wl12xx debugging level");
|
||||
|
||||
module_param_named(fwlog, fwlog_param, charp, 0);
|
||||
MODULE_PARM_DESC(keymap,
|
||||
MODULE_PARM_DESC(fwlog,
|
||||
"FW logger options: continuous, ondemand, dbgpins or disable");
|
||||
|
||||
module_param(bug_on_recovery, bool, S_IRUSR | S_IWUSR);
|
||||
|
|
Loading…
Reference in New Issue