| commit | e2854a1054ab171a2c5cad6e9b7f0c580bab409d | [log] [tgz] |
|---|---|---|
| author | Zhenzhong Duan <zhenzhong.duan@oracle.com> | Mon Nov 04 17:09:37 2019 +0800 |
| committer | Jessica Yu <jeyu@kernel.org> | Thu Nov 07 15:11:48 2019 +0100 |
| tree | a52979af7f47a163edd5d25122eba904fd02580f | |
| parent | c3a6cf19e695c8b0a9bf8b5933f863e12d878b7c [diff] |
moduleparam: fix parameter description mismatch
The first parameter of module_param is @name, but @value is used
in description. Fix it.
Fixes: 546970bc6afc ("param: add kerneldoc to moduleparam.h")
Signed-off-by: Zhenzhong Duan <zhenzhong.duan@oracle.com>
Signed-off-by: Jessica Yu <jeyu@kernel.org>