]> pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
sysfs: update obsolete comment in sysfs_update_file
authorHidetoshi Seto <seto.hidetoshi@jp.fujitsu.com>
Wed, 20 Sep 2006 07:49:02 +0000 (16:49 +0900)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 18 Oct 2006 19:49:54 +0000 (12:49 -0700)
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>
fs/sysfs/file.c

index 93218ccb2f6b1d866c635ff405dbb7f60458ff5a..298303b5a7169f37402fe45557385e0a43e0ab56 100644 (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);
        }