checkpatch: types may sit on a line on their own
authorAndy Whitcroft <apw@canonical.com>
Tue, 26 Oct 2010 21:23:11 +0000 (14:23 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 26 Oct 2010 23:52:19 +0000 (16:52 -0700)
commite91b6e263ed6735c766cb14bbe63b9c7bd774526
treeaeb8283e01f9ec0fe3250f60ec83da4fe2399e2e
parent6b4c5bebcebb0a48d29947e9aa749650751a7696
checkpatch: types may sit on a line on their own

When the following form is used we have a type which fully fills a line.
This means that a type may end at the end of line as well as at the
following identifier.

int **
foo;

Reported-by: Daniel Walker <dwalker@fifo99.com>
Signed-off-by: Andy Whitcroft <apw@canonical.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
scripts/checkpatch.pl