]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitbeed66ac93f6c50f0e9838b98d9f4118372eb58d
tree2b5ab7a342959853fc30cb65584b603242f02bf4
parent0b9a7df6ea8b27b176d4887fbb8bab877501f6aa
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