Re: [PATCH] More Driver Core patches for 2.6.10-rc1

From: Greg KH
Date: Fri Nov 12 2004 - 18:18:04 EST


ChangeSet 1.2101, 2004/11/12 12:46:17-08:00, greg@xxxxxxxxx

sysfs: fix odd patch error

Signed-off-by: Greg Kroah-Hartman <greg@xxxxxxxxx>


fs/sysfs/dir.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)


diff -Nru a/fs/sysfs/dir.c b/fs/sysfs/dir.c
--- a/fs/sysfs/dir.c 2004-11-12 14:52:41 -08:00
+++ b/fs/sysfs/dir.c 2004-11-12 14:52:41 -08:00
@@ -56,7 +56,7 @@

sd = sysfs_new_dirent(parent_sd, element);
if (!sd)
- return -ENOMEMurn -ENOMEM;
+ return -ENOMEM;

sd->s_mode = mode;
sd->s_type = type;

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/