Whamcloud - gitweb
LU-553 add checkpatch.pl for Lustre coding style
authorAndreas Dilger <adilger@whamcloud.com>
Fri, 29 Jul 2011 10:59:12 +0000 (04:59 -0600)
committerOleg Drokin <green@whamcloud.com>
Tue, 9 Aug 2011 21:45:05 +0000 (17:45 -0400)
commit29bf7f071e41526122d57ceabbd3ef1c503a275d
treeeaa830c52efb68afab98de19681dcade99070c36
parent97e7c60bd9b2135ff5d498009b3996507fe6654b
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: I2d116c6769f9211825dc8ddaead05914f2116c60
Signed-off-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-on: http://review.whamcloud.com/1164
Tested-by: Hudson
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
build/checkpatch.pl [new file with mode: 0755]