workqueue.h: remove loops of single statement macros
authorValentin Rothberg <valentinrothberg@gmail.com>
Tue, 6 Jan 2015 16:29:29 +0000 (17:29 +0100)
committerTejun Heo <tj@kernel.org>
Tue, 6 Jan 2015 23:16:30 +0000 (18:16 -0500)
commit9da7dae94fb8adab5cc5f395640e30736a66e910
tree50671ec1a0eb7394c164e0045b1a2f1e16889a60
parent97bf6af1f928216fd6c5a66e8a57bfa95a659672
workqueue.h: remove loops of single statement macros

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 <valentinrothberg@gmail.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
include/linux/workqueue.h