mirror of
https://github.com/sysprog21/lkmpg.git
synced 2024-11-22 05:36:29 +08:00
Fix typo
Correct `parameters name` to `parameter's name` in a comment.
This commit is contained in:
parent
6640ccdc0f
commit
f52c126c43
|
@ -18,7 +18,7 @@ static int myintarray[2] = { 420, 420 };
|
||||||
static int arr_argc = 0;
|
static int arr_argc = 0;
|
||||||
|
|
||||||
/* module_param(foo, int, 0000)
|
/* module_param(foo, int, 0000)
|
||||||
* The first param is the parameters name.
|
* The first param is the parameter's name.
|
||||||
* The second param is its data type.
|
* The second param is its data type.
|
||||||
* The final argument is the permissions bits,
|
* The final argument is the permissions bits,
|
||||||
* for exposing parameters in sysfs (if non-zero) at a later stage.
|
* for exposing parameters in sysfs (if non-zero) at a later stage.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user