projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e6f2ac
)
uml: add missing space
author
Joe Perches
<
[email protected]
>
Tue, 5 Feb 2008 06:30:59 +0000
(22:30 -0800)
committer
Linus Torvalds
<
[email protected]
>
Tue, 5 Feb 2008 17:44:28 +0000
(09:44 -0800)
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]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
arch/um/drivers/vde_user.c
patch
|
blob
|
history
diff --git
a/arch/um/drivers/vde_user.c
b/arch/um/drivers/vde_user.c
index d9941fe5f9316fef619fdc11aee4fb6cbbfde911..56533db25343129bcd60c152744966a2b84241cc 100644
(file)
--- a/
arch/um/drivers/vde_user.c
+++ b/
arch/um/drivers/vde_user.c
@@
-80,7
+80,7
@@
void vde_init_libstuff(struct vde_data *vpri, struct vde_init *init)
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;
}