checkpatch: values: double ampersand may be unary
authorAndy Whitcroft <apw@shadowen.org>
Thu, 16 Oct 2008 05:02:16 +0000 (22:02 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 16 Oct 2008 18:21:34 +0000 (11:21 -0700)
commit0d413866c7df63794790518e3fd5890969c206ad
tree2b5ab7a342959853fc30cb65584b603242f02bf4
parentfe2a7dbc85f37c721133c83c856f845c4ce9b602
checkpatch: values: double ampersand may be unary

It is possible to use double ampersand (&&) in unary context where it
means the address of a goto label.  Handle spacing for it.

Signed-off-by: Andy Whitcroft <apw@shadowen.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
scripts/checkpatch.pl