On Mon, Aug 18, 2014 at 07:19:53PM +0300, Dan Carpenter wrote:
> On Mon, Aug 18, 2014 at 09:21:43AM -0400, Benjamin Romer wrote:
> >  #define CHANNEL_GUID_MISMATCH(chType, chName, field, expected, actual, 
> > fil, \
> >                           lin, logCtx)                              \
> > -   do {                                                            \
> > +   {                                                               \
> >             pr_err("Channel mismatch on channel=%s(%pUL) field=%s 
> > expected=%pUL actual=%pUL @%s:%d\n", \
> >                    chName, &chType, field,  \
> >                    &expected, &actual, \
> >                    fil, lin);                                       \
> 
> Adjust this line as well.  Remove the ';' and the '\'.
> 
> Same for everything.
> 

Oh wait...  Remove the curly braces as well.  No need for a new block.

regards,
dan carpenter

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to