mirror of
https://github.com/torvalds/linux.git
synced 2026-09-22 04:34:03 +02:00
params: fix path of /sys/module/XYZ/parameters/ in comment
The comment wrongly references to /sys/modules/XYZ/parameters/ directory instead of /sys/module/XYZ/parameters/. Fix it. Signed-off-by: Zenghui Yu <zenghui.yu@linux.dev> Reviewed-by: Aaron Tomlin <atomlin@atomlin.com> Acked-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Petr Pavlu <petr.pavlu@suse.com>
This commit is contained in:
parent
0e9f090a4e
commit
df8de94eb3
|
|
@ -538,7 +538,7 @@ const struct kernel_param_ops param_ops_string = {
|
|||
};
|
||||
EXPORT_SYMBOL(param_ops_string);
|
||||
|
||||
/* sysfs output in /sys/modules/XYZ/parameters/ */
|
||||
/* sysfs output in /sys/module/XYZ/parameters/ */
|
||||
#define to_module_attr(n) container_of_const(n, struct module_attribute, attr)
|
||||
#define to_module_kobject(n) container_of(n, struct module_kobject, kobj)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user