1
0
Fork 0

sysfs: update obsolete comment in sysfs_update_file

And the obsolete comment should be updated (or totally removed).

Signed-off-by: Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
hifive-unleashed-5.1
Hidetoshi Seto 2006-09-20 16:49:02 +09:00 committed by Greg Kroah-Hartman
parent e42344514c
commit 97a501849d
1 changed files with 1 additions and 1 deletions

View File

@ -488,7 +488,7 @@ int sysfs_update_file(struct kobject * kobj, const struct attribute * attr)
d_drop(victim);
/**
* Drop the reference acquired from sysfs_get_dentry() above.
* Drop the reference acquired from lookup_one_len() above.
*/
dput(victim);
}