We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d92fcd1 + f52c126 commit 1d38d2eCopy full SHA for 1d38d2e
examples/hello-5.c
@@ -18,7 +18,7 @@ static int myintarray[2] = { 420, 420 };
18
static int arr_argc = 0;
19
20
/* module_param(foo, int, 0000)
21
- * The first param is the parameters name.
+ * The first param is the parameter's name.
22
* The second param is its data type.
23
* The final argument is the permissions bits,
24
* for exposing parameters in sysfs (if non-zero) at a later stage.
0 commit comments