projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
463e526
)
sysfs: Fix a copy-n-paste typo in comment
author
Jean Delvare
<khali@linux-fr.org>
Tue, 8 Jan 2008 17:11:24 +0000
(18:11 +0100)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Fri, 25 Jan 2008 04:40:04 +0000
(20:40 -0800)
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
fs/sysfs/dir.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/sysfs/dir.c
b/fs/sysfs/dir.c
index f281cc6584b0bca1f14fab02d464e027f31aabe0..4948d9bc405dfbdb23f30dcd5ad47d103f4e5514 100644
(file)
--- a/
fs/sysfs/dir.c
+++ b/
fs/sysfs/dir.c
@@
-440,7
+440,7
@@
int sysfs_add_one(struct sysfs_addrm_cxt *acxt, struct sysfs_dirent *sd)
/**
* sysfs_remove_one - remove sysfs_dirent from parent
* @acxt: addrm context to use
- * @sd: sysfs_dirent to be
add
ed
+ * @sd: sysfs_dirent to be
remov
ed
*
* Mark @sd removed and drop nlink of parent inode if @sd is a
* directory. @sd is unlinked from the children list.