Commit b5a2104c authored by Soeren Moeller's avatar Soeren Moeller Committed by Greg Kroah-Hartman
Browse files

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: default avatarSoeren Moeller <soerenmoeller2001@gmail.com>
Cc: Bernie Thompson <bernie@plugable.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent fdd2d934
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;
}