commit | e970b8846ae4763e64be3c93dc06b4eaebf9ad63 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Tue Nov 12 15:10:10 2013 -0800 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed Nov 13 12:09:25 2013 +0900 |
tree | 2543f6bd1d9aa24249c3d8418c0dc369434aad81 | |
parent | 52ea85061d188031c827ecef9bce47ae93f1e52e [diff] |
checkpatch: add rules to check init attribute and const defects People get this regularly wrong and it breaks the LTO builds, as it causes a section attribute conflict. Add --fix capability too. Based on a patch from Andi Kleen. Signed-off-by: Joe Perches <joe@perches.com> Cc: Andi Kleen <ak@linux.intel.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>