projects
/
platform
/
upstream
/
kernel-adaptation-pc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e423445
)
sysfs: update obsolete comment in sysfs_update_file
author
Hidetoshi Seto
<seto.hidetoshi@jp.fujitsu.com>
Wed, 20 Sep 2006 07:49:02 +0000
(16:49 +0900)
committer
Greg 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
patch
|
blob
|
history
diff --git
a/fs/sysfs/file.c
b/fs/sysfs/file.c
index
93218cc
..
298303b
100644
(file)
--- 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);
}