git pre-commit hook running checkpatch.pl
Russell King - ARM Linux
linux at arm.linux.org.uk
Wed Jan 20 05:00:40 EST 2010
On Wed, Jan 20, 2010 at 02:02:02AM +0000, Ben Dooks wrote:
> I've written a git pre-commit[1] hook which stops any commits happening if
> checkpatch.pl reports problems with the patch. Any comments?
Very bad - checkpatch can be wrong at times.
Eg 1, asm/irq.h vs linux/irq.h
Eg 2, asm/memory.h vs linux/memory.h
Eg 3, lines longer than 80 characters for printk() strings are preferred
so that they are grep-able.
checkpatch is at best a guide, not a set of hard rules.
More information about the linux-arm-kernel
mailing list