commit | 383099fd636deacf698b91b4c96d0d6d01e6dc79 | [log] [tgz] |
---|---|---|
author | Andy Whitcroft <[email protected]> | Tue Jan 06 14:41:18 2009 -0800 |
committer | Linus Torvalds <[email protected]> | 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 <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>