Skip to content

Commit

Permalink
sysfs: update obsolete comment in sysfs_update_file
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Hidetoshi Seto authored and Greg Kroah-Hartman committed Oct 18, 2006
1 parent e423445 commit 97a5018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/sysfs/file.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 97a5018

Please sign in to comment.