moduleparam: fix parameter description mismatch
authorZhenzhong Duan <zhenzhong.duan@oracle.com>
Mon, 4 Nov 2019 09:09:37 +0000 (17:09 +0800)
committerJessica Yu <jeyu@kernel.org>
Thu, 7 Nov 2019 14:11:48 +0000 (15:11 +0100)
commite2854a1054ab171a2c5cad6e9b7f0c580bab409d
treea52979af7f47a163edd5d25122eba904fd02580f
parentc3a6cf19e695c8b0a9bf8b5933f863e12d878b7c
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>
include/linux/moduleparam.h