commit | b646968336d4180bdd7d2e24209708dcee6ba400 | [log] [tgz] |
---|---|---|
author | Blue Swirl <blauwirbel@gmail.com> | Thu Jan 20 20:58:56 2011 +0000 |
committer | Blue Swirl <blauwirbel@gmail.com> | Thu Jan 20 20:58:56 2011 +0000 |
tree | e3d7e0716eeaff9b9174b51b2c983bd565bbeccc | |
parent | 1ec3f6f9abca4f4f73d7e8a74dd9b14c1f087a8e [diff] |
checkpatch: adjust to QEMUisms Change checkpatch.pl for QEMU use: - Root directory detection - Forbid tabs - Indent at 4 spaces - Allow typedefs - Enforce brace use even for single statement blocks - Don't suggest nonexistent cleanup tools Mention the script in CODING_STYLE. Signed-off-by: Blue Swirl <blauwirbel@gmail.com>