From f28b3efba349777083a925ee8756597f4171ce7f Mon Sep 17 00:00:00 2001 From: jserv Date: Mon, 15 Apr 2024 21:01:05 +0000 Subject: [PATCH] deploy: 1d38d2ed193f59208b016fa7881b544aaeedb71b --- index.html | 2 +- lkmpg-for-ht.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 8712692..faf3de8 100644 --- a/index.html +++ b/index.html @@ -792,7 +792,7 @@ parameters: a variable name and a free form string describing that variable. 18static int arr_argc = 0; 19 20/* module_param(foo, int, 0000) -21 * The first param is the parameters name. +21 * 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. diff --git a/lkmpg-for-ht.html b/lkmpg-for-ht.html index 8712692..faf3de8 100644 --- a/lkmpg-for-ht.html +++ b/lkmpg-for-ht.html @@ -792,7 +792,7 @@ parameters: a variable name and a free form string describing that variable. 18static int arr_argc = 0; 19 20/* module_param(foo, int, 0000) -21 * The first param is the parameters name. +21 * 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.