[PATCH 11/20] staging: rtl8192e: Cleanup checkpatch -f warnings and errors - Part IX

Dan Carpenter error27 at gmail.com
Tue Aug 30 07:57:37 PDT 2011


On Thu, Aug 25, 2011 at 11:48:21AM -0500, Larry Finger wrote:
> -	printk("\n");
> +	printk(KERN_INFO "\n");

KERN_CONT here.

grep printk drivers/staging/rtl8192e/ -R | grep '"\\n");' | \
	grep KERN_ | grep -v CONT

regards,
dan carpenter




More information about the devel mailing list