提交 b5a2104c 编写于 作者: S Soeren Moeller 提交者: Greg Kroah-Hartman

Staging: udlfb: fix coding style issues

This is a patch to the file udlfb.c that fixes a missing KERN_INFO and
removes one whitespace before a newline.
Signed-off-by: NSoeren Moeller <soerenmoeller2001@gmail.com>
Cc: Bernie Thompson <bernie@plugable.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 fdd2d934
......@@ -1438,7 +1438,7 @@ static int __init dlfb_module_init(void)
if (res)
err("usb_register failed. Error number %d", res);
printk("VMODES initialized\n");
printk(KERN_INFO "VMODES initialized\n");
return res;
}
......@@ -1567,7 +1567,7 @@ static int dlfb_alloc_urb_list(struct dlfb_data *dev, int count, size_t size)
kref_get(&dev->kref); /* released in free_render_urbs() */
dl_notice("allocated %d %d byte urbs \n", i, (int) size);
dl_notice("allocated %d %d byte urbs\n", i, (int) size);
return i;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册