commit | 8d31cfcecf67563d70cd68616cb8fb4384f24b51 | [log] [tgz] |
---|---|---|
author | Andy Whitcroft <[email protected]> | Wed Jul 23 21:29:02 2008 -0700 |
committer | Linus Torvalds <[email protected]> | Thu Jul 24 10:47:25 2008 -0700 |
tree | edfe965d3efa84305a9c6fe83ecfe24b97bdc7fb | |
parent | e2a763c20b89890d2153551b1af6962b135de4c0 [diff] |
checkpatch: check spacing for square brackets Check on the spacing before square brackets. We should only allow spaces there if this is part of a type definition or an initialialiser. Signed-off-by: Andy Whitcroft <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>