Re: [PATCH] Staging: comedi: fix over 80 character coding style issues in ni_labpc.c

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Joe Perches
Date: Thursday, June 17, 2010 - 2:14 pm

On Thu, 2010-06-17 at 13:36 -0700, Greg KH wrote:

Hi Greg.

Unfortunately, currently checkpatch will complain about
this sort of line because the format string is not on the
same line as the printk.

This line should become something like:

		pr_err(" this driver does not support pcmcia cards, use ni_labpc_cs\n");
or
		comedi_err(etc...);

if ever the comedi_<level> printk helper macros are accepted.

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [PATCH] Staging: comedi: fix over 80 character coding ..., Joe Perches, (Thu Jun 17, 2:14 pm)