Re: [GIT PULL] x86/mm fixes

From: Linus Torvalds
Date: Wed Mar 03 2010 - 12:11:54 EST




On Wed, 3 Mar 2010, Wu Fengguang wrote:
>
> Anyway I just hacked /usr/share/quilt/refresh to automatically run the
> kernel style checker:
>
> # wfg: check for kernel coding style
> if [ -x scripts/checkpatch.pl ]; then
> scripts/checkpatch.pl $patch_file
> fi

It's probably sensible to check things, but do remember that some of the
things checkpatch warns about are better left the way they are, rather
than make the code uglier just to make checkpatch happy.

Linus
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/