diff options
author | Andy Whitcroft <apw@shadowen.org> | 2009-01-06 14:41:21 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-01-06 15:59:16 -0800 |
commit | 65863862ba112bf4d06d5ebc142b9d746d1ee955 (patch) | |
tree | 923755463967ded1f6f6d0e5a09cb92a628ac005 /drivers/scsi | |
parent | fae17daed7312bae708df0cce7e93971308698b5 (diff) |
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 'drivers/scsi')
0 files changed, 0 insertions, 0 deletions