The patch titled
uml: add missing space
has been added to the -mm tree. Its filename is
uml-add-missing-space.patch
*** Remember to use Documentation/SubmitChecklist when testing your code ***
See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find
out what to do about this
------------------------------------------------------
Subject: uml: add missing space
From: Joe Perches <[EMAIL PROTECTED]>
Add missing space between merged string constants.
Signed-off-by: Joe Perches <[EMAIL PROTECTED]>
Signed-off-by: Jeff Dike <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---
arch/um/drivers/vde_user.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff -puN arch/um/drivers/vde_user.c~uml-add-missing-space
arch/um/drivers/vde_user.c
--- a/arch/um/drivers/vde_user.c~uml-add-missing-space
+++ a/arch/um/drivers/vde_user.c
@@ -80,7 +80,7 @@ void vde_init_libstuff(struct vde_data *
vpri->args = kmalloc(sizeof(struct vde_open_args), UM_GFP_KERNEL);
if (vpri->args == NULL) {
- printk(UM_KERN_ERR "vde_init_libstuff - vde_open_args"
+ printk(UM_KERN_ERR "vde_init_libstuff - vde_open_args "
"allocation failed");
return;
}
_
Patches currently in -mm which might be from [EMAIL PROTECTED] are
origin.patch
git-acpi.patch
git-dvb.patch
git-jfs.patch
git-kvm.patch
git-ocfs2.patch
git-selinux.patch
git-s390.patch
git-sparc64.patch
uml-add-missing-space.patch
-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html