From 6ccbf9979a94d09af037c6aa435373634030b9d6 Mon Sep 17 00:00:00 2001 From: Jean Delvare Date: Tue, 8 Jan 2008 18:11:24 +0100 Subject: [PATCH] --- yaml --- r: 75699 b: refs/heads/master c: 9fd5b1c906a9b4b0efb24cb2b4d20c678ff26122 h: refs/heads/master i: 75697: d77d4f7f2342bb1086ca13ee6b8ad80a3d5ef6a0 75695: 4600bddafd5bd67744c61576174ea80962af54fb v: v3 --- [refs] | 2 +- trunk/fs/sysfs/dir.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 10368073341b..50a1381b6fc3 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 463e526083fdaa284eaea45b53bb917ed3c72900 +refs/heads/master: 9fd5b1c906a9b4b0efb24cb2b4d20c678ff26122 diff --git a/trunk/fs/sysfs/dir.c b/trunk/fs/sysfs/dir.c index f281cc6584b0..4948d9bc405d 100644 --- a/trunk/fs/sysfs/dir.c +++ b/trunk/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.