Skip to content

Commit

Permalink
Merge pull request #253 from weihsinyeh/master
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
jserv authored Apr 15, 2024
2 parents d92fcd1 + f52c126 commit 1d38d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/hello-5.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ static int myintarray[2] = { 420, 420 };
static int arr_argc = 0;

/* 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 final argument is the permissions bits,
* for exposing parameters in sysfs (if non-zero) at a later stage.
Expand Down

0 comments on commit 1d38d2e

Please sign in to comment.