Re: [PATCH 14/14] staging: unisys: fix macros in iochannel.h

2014-08-06 Thread Dan Carpenter
On Tue, Aug 05, 2014 at 02:57:58PM -0400, Benjamin Romer wrote: Remove the do blocks around several macros and fix spacing and trailing semicolons. do blocks are prefered style actually. Otherwise people start leaving semi-colons out in the caller code. regards, dan carpenter

[PATCH 14/14] staging: unisys: fix macros in iochannel.h

2014-08-05 Thread Benjamin Romer
Remove the do blocks around several macros and fix spacing and trailing semicolons. Signed-off-by: Benjamin Romer benjamin.ro...@unisys.com --- .../unisys/common-spar/include/channels/iochannel.h| 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git