diff options
author | Andy Whitcroft <apw@shadowen.org> | 2009-01-06 23:41:21 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-01-07 00:59:16 +0100 |
commit | 65863862ba112bf4d06d5ebc142b9d746d1ee955 (patch) | |
tree | 923755463967ded1f6f6d0e5a09cb92a628ac005 /scripts/Makefile.fwinst | |
parent | checkpatch: comment ends inside strings is most likely not an open comment (diff) | |
download | linux-65863862ba112bf4d06d5ebc142b9d746d1ee955.tar.xz linux-65863862ba112bf4d06d5ebc142b9d746d1ee955.zip |
checkpatch: dissallow spaces between stars in pointer types
Disallow spaces within multiple pointer stars (*) in both casts and
definitions. Both of these would now be reported:
(char * *)
char * *foo;
Also now consistently detects and reports the attributes within these
structures making the error report itself clearer.
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>
Diffstat (limited to 'scripts/Makefile.fwinst')
0 files changed, 0 insertions, 0 deletions