Commit 97a50184 authored by Hidetoshi Seto's avatar Hidetoshi Seto Committed by Greg Kroah-Hartman

sysfs: update obsolete comment in sysfs_update_file

And the obsolete comment should be updated (or totally removed).
Signed-off-by: default avatarHidetoshi Seto <seto.hidetoshi@jp.fujitsu.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent e4234451
...@@ -488,7 +488,7 @@ int sysfs_update_file(struct kobject * kobj, const struct attribute * attr) ...@@ -488,7 +488,7 @@ int sysfs_update_file(struct kobject * kobj, const struct attribute * attr)
d_drop(victim); d_drop(victim);
/** /**
* Drop the reference acquired from sysfs_get_dentry() above. * Drop the reference acquired from lookup_one_len() above.
*/ */
dput(victim); dput(victim);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment