commit | 383099fd636deacf698b91b4c96d0d6d01e6dc79 | [log] [tgz] |
---|---|---|
author | Andy Whitcroft <apw@shadowen.org> | Tue Jan 06 14:41:18 2009 -0800 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue Jan 06 15:59:15 2009 -0800 |
tree | d7cbbc220794407a160863ce12f54e06244e95d6 | |
parent | 83242e0c239aaa33e757584605f788ac1eca2f0f [diff] |
checkpatch: structure member assignments are not complex Ensure we do not trigger the complex macros checks on structure member assignment, for example: #define foo .bar = 10 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>