|
@@ -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_set_copystring(const char *val, const struct kernel_param *);
|
|
extern int param_get_string(char *buffer, const struct kernel_param *kp);
|
|
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;
|
|
struct module;
|
|
|
|
|