mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
myri10ge: fix typo in parameter description
Fix typo in parameter description. Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
81ad2b7de6
commit
1a61a8f177
1 changed files with 1 additions and 1 deletions
|
@ -289,7 +289,7 @@ static char *myri10ge_fw_names[MYRI10GE_MAX_BOARDS] =
|
|||
{[0 ... (MYRI10GE_MAX_BOARDS - 1)] = NULL };
|
||||
module_param_array_named(myri10ge_fw_names, myri10ge_fw_names, charp, NULL,
|
||||
0444);
|
||||
MODULE_PARM_DESC(myri10ge_fw_name, "Firmware image names per board");
|
||||
MODULE_PARM_DESC(myri10ge_fw_names, "Firmware image names per board");
|
||||
|
||||
static int myri10ge_ecrc_enable = 1;
|
||||
module_param(myri10ge_ecrc_enable, int, S_IRUGO);
|
||||
|
|
Loading…
Add table
Reference in a new issue