]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/linux/moduleparam.h
Merge branch 'drm-fixes-3.11' of git://people.freedesktop.org/~agd5f/linux
[karo-tx-linux.git] / include / linux / moduleparam.h
index 137b4198fc03ba31db01a8112f2feb313abc0420..27d9da3f86ffe91c9d06aa3dc779902adbc620ad 100644 (file)
@@ -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;