X-Git-Url: https://repo.jachan.dev/linux.git/blobdiff_plain/3e34c1fc2b51f117045e4a2472572f14ac91df6e..ee3e542fec6e69bc9fb668698889a37d93950ddf:/include/linux/moduleparam.h diff --git a/include/linux/moduleparam.h b/include/linux/moduleparam.h index 137b4198fc03..27d9da3f86ff 100644 --- a/include/linux/moduleparam.h +++ b/include/linux/moduleparam.h @@ -439,7 +439,7 @@ extern struct kernel_param_ops param_ops_string; extern int param_set_copystring(const char *val, const struct kernel_param *); extern int param_get_string(char *buffer, const struct kernel_param *kp); -/* for exporting parameters in /sys/parameters */ +/* for exporting parameters in /sys/module/.../parameters */ struct module;