aboutsummaryrefslogtreecommitdiff
path: root/include/linux/timerqueue.h
diff options
context:
space:
mode:
authorJulia Lawall <[email protected]>2009-09-19 09:13:43 +0200
committerGreg Kroah-Hartman <[email protected]>2009-12-11 11:55:14 -0800
commit4de84057598599bbf90bf1deae923bc33f571475 (patch)
treee20aeea1f7fced7d01194ebab24dc3949e013a7e /include/linux/timerqueue.h
parentf0ad073f043b5ac04620bb80ecfc92114d348044 (diff)
USB: skeleton: Correct use of ! and &
Correct priority problem in the use of ! and &. The semantic patch that makes this change is as follows: (http://coccinelle.lip6.fr/) // <smpl> @@ expression E; constant C; @@ - !E & C + !(E & C) // </smpl> Signed-off-by: Julia Lawall <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'include/linux/timerqueue.h')
0 files changed, 0 insertions, 0 deletions