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. regards, dan carpenter > - } while (0) > + } _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel