git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97bf6af
)
workqueue.h: remove loops of single statement macros
author
Valentin Rothberg
<valentinrothberg@gmail.com>
Tue, 6 Jan 2015 16:29:29 +0000
(17:29 +0100)
committer
Tejun Heo
<tj@kernel.org>
Tue, 6 Jan 2015 23:16:30 +0000
(18:16 -0500)
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
patch
|
blob
|
history
diff --cc
include/linux/workqueue.h
Simple merge