commit | 00ef4ece05096a5c523e265b8ce6627fb5e171c2 | [log] [tgz] |
---|---|---|
author | Andy Whitcroft <apw@canonical.com> | Fri Feb 27 14:03:07 2009 -0800 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Fri Feb 27 16:26:21 2009 -0800 |
tree | 13e3db3b95e04ed3fd53dae599a947c87e87c799 | |
parent | e2f7aa4b8bc811ebf8afbdf423caf90a5a03cb08 [diff] |
checkpatch: correctly handle type spacing in the face of modifiers We need to handle interspersed modifiers in the middle of pointer types, for example: void * __user * __user bar; 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>