checkpatch: types: unary -- goto introduces unary context
authorAndy Whitcroft <apw@shadowen.org>
Thu, 24 Jul 2008 04:28:59 +0000 (21:28 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 24 Jul 2008 17:47:25 +0000 (10:47 -0700)
commit6ef9b297f6e8850da3be9c9ff5f00385c0977004
tree427f87ff219ee166bbb031359c6f97fcaf386273
parentbeae6332493a40116dba24928154621f2e88b9a9
checkpatch: types: unary -- goto introduces unary context

When we see a goto we enter unary context.  For example:

goto *h;

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