|
@@ -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);
|
|
vpri->args = kmalloc(sizeof(struct vde_open_args), UM_GFP_KERNEL);
|
|
if (vpri->args == NULL) {
|
|
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");
|
|
"allocation failed");
|
|
return;
|
|
return;
|
|
}
|
|
}
|