From: Valentin Rothberg Date: Tue, 6 Jan 2015 16:29:29 +0000 (+0100) Subject: workqueue.h: remove loops of single statement macros X-Git-Tag: fixes-v4.0-rc1~166^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9da7dae94fb8adab5cc5f395640e30736a66e910;p=pandora-kernel.git 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 Signed-off-by: Tejun Heo --- Reading git-diff-tree failed