commit | bf30d6ede099c2a31b13bbd05b1022dc0da684d5 | [log] [tgz] |
---|---|---|
author | Andy Whitcroft <apw@shadowen.org> | Wed Oct 15 22:02:33 2008 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu Oct 16 11:21:37 2008 -0700 |
tree | 54bf58e8077d06b7430b08044241cc230d5f5fca | |
parent | f16fa28f7b3d95e989fc64c8480e44c1bcf4bac3 [diff] |
checkpatch: complex macros checks miss square brackets We are missing 'simple' values which include square brackets. Refactor to ensure we handle nesting correctly and detect these simple forms. 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>