From: Hidetoshi Seto Date: Wed, 20 Sep 2006 07:49:02 +0000 (+0900) Subject: sysfs: update obsolete comment in sysfs_update_file X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=97a501849d60f3dbb8bfcd2300cf65dd5ebc0355;p=linux-beck.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 93218ccb2f6b..298303b5a716 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); }