diff options
author | Jean Delvare <khali@linux-fr.org> | 2008-01-08 18:11:24 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2008-01-24 20:40:04 -0800 |
commit | 9fd5b1c906a9b4b0efb24cb2b4d20c678ff26122 (patch) | |
tree | 56bac78b8044babb2d6fb147397813ce7177b704 /fs/sysfs | |
parent | 463e526083fdaa284eaea45b53bb917ed3c72900 (diff) | |
download | linux-3.10-9fd5b1c906a9b4b0efb24cb2b4d20c678ff26122.tar.gz linux-3.10-9fd5b1c906a9b4b0efb24cb2b4d20c678ff26122.tar.bz2 linux-3.10-9fd5b1c906a9b4b0efb24cb2b4d20c678ff26122.zip |
sysfs: Fix a copy-n-paste typo in comment
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'fs/sysfs')
-rw-r--r-- | fs/sysfs/dir.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/sysfs/dir.c b/fs/sysfs/dir.c index f281cc6584b..4948d9bc405 100644 --- 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 added + * @sd: sysfs_dirent to be removed * * Mark @sd removed and drop nlink of parent inode if @sd is a * directory. @sd is unlinked from the children list. |