Whamcloud - gitweb
LU-553 add checkpatch.pl for Lustre coding style
authorAndreas Dilger <adilger@whamcloud.com>
Fri, 29 Jul 2011 23:49:10 +0000 (17:49 -0600)
committerJohann Lombardi <johann@whamcloud.com>
Tue, 18 Oct 2011 12:55:26 +0000 (08:55 -0400)
commit6f6cefdbe2d5e610513287fd44165fb88831cfc1
tree56d5b8347ce0e6105f4628c3bd0cacc0540b8155
parentbca4755a572ee73065d54801bb2d07ad5e915dfe
LU-553 add checkpatch.pl for Lustre coding style

Add a modified version of the Linux kernel checkpatch.pl script (from 2.6.38)
to Lustre for validating patches against the Lustre coding style. The Lustre
coding style is largely the same as the kernel, except using spaces instead of
tabs for indenting.

Change-Id: Ia278370e0867c03e5f0814ef16109f64bd2bb9b3
Signed-off-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-on: http://review.whamcloud.com/1167
Reviewed-by: Johann Lombardi <johann@whamcloud.com>
Tested-by: Johann Lombardi <johann@whamcloud.com>
build/autoMakefile.am.toplevel
build/checkpatch.pl [new file with mode: 0755]