Merge pull request #253 from weihsinyeh/master

Fix typo
This commit is contained in:
Jim Huang 2024-04-16 04:58:32 +08:00 committed by GitHub
commit 1d38d2ed19
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.