From: Hidetoshi Seto Date: Wed, 20 Sep 2006 07:49:02 +0000 (+0900) Subject: sysfs: update obsolete comment in sysfs_update_file X-Git-Tag: v2.6.19-rc3~126^2~10 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=97a501849d60f3dbb8bfcd2300cf65dd5ebc0355;p=linux-2.6-omap-h63xx.git sysfs: update obsolete comment in sysfs_update_file And the obsolete comment should be updated (or totally removed). Signed-off-by: Hidetoshi Seto Signed-off-by: Greg Kroah-Hartman --- diff --git a/fs/sysfs/file.c b/fs/sysfs/file.c index 93218ccb2f6..298303b5a71 100644 --- a/fs/sysfs/file.c +++ b/fs/sysfs/file.c @@ -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); }