Commit 2c882fa4 authored by Luciano Coelho's avatar Luciano Coelho
Browse files

wl12xx: fix typo in fwlog module param description



Fix a copy and paste bug in the MODULE_PARAM_DESC for fwlog.

Signed-off-by: default avatarLuciano Coelho <coelho@ti.com>
parent 775e1a4b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);