Re: [PATCH] workqueue.h: remove loops of single statement macros

2015-01-06 Thread Tejun Heo
On Tue, Jan 06, 2015 at 05:29:29PM +0100, Valentin Rothberg wrote: > checkpatch.pl complained about two single statement macros in > do while (0) loops. The loops and the trailing semicolons are > now removed, which makes checkpatch happy and the two macros > consistent with the rest of the file.

[PATCH] workqueue.h: remove loops of single statement macros

2015-01-06 Thread Valentin Rothberg
checkpatch.pl complained about two single statement macros in do while (0) loops. The loops and the trailing semicolons are now removed, which makes checkpatch happy and the two macros consistent with the rest of the file. Signed-off-by: Valentin Rothberg --- include/linux/workqueue.h | 8 ++---