]> git.proxmox.com Git - mirror_qemu.git/commit
checkpatch: adjust to QEMUisms
authorBlue Swirl <blauwirbel@gmail.com>
Thu, 20 Jan 2011 20:58:56 +0000 (20:58 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Thu, 20 Jan 2011 20:58:56 +0000 (20:58 +0000)
commitb646968336d4180bdd7d2e24209708dcee6ba400
treee3d7e0716eeaff9b9174b51b2c983bd565bbeccc
parent1ec3f6f9abca4f4f73d7e8a74dd9b14c1f087a8e
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>
CODING_STYLE
scripts/checkpatch.pl [changed mode: 0644->0755]