From 330b0d68c278a1122193106d4d390d6105981918 Mon Sep 17 00:00:00 2001 From: rodrigo_l_rosa Date: Sat, 3 Dec 2011 12:17:06 -0800 Subject: [PATCH] HACKING - checkpatch before pushing makes life quicker MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: I4c3cde2aae7bdea138413e373ac986be3efd54de Signed-off-by: rodrigo_l_rosa Reviewed-on: http://openocd.zylin.com/252 Tested-by: jenkins Reviewed-by: Øyvind Harboe --- HACKING | 1 + 1 file changed, 1 insertion(+) diff --git a/HACKING b/HACKING index 353e72f165..6d89b01e35 100644 --- a/HACKING +++ b/HACKING @@ -92,6 +92,7 @@ repository. while(!done) { work - edit files using your favorite editor. run "git commit -s -a" to commit all changes. + run tools/checkpatch.sh to verify your patch style is ok. } TIP! use "git add ." before commit to add new files. -- 2.30.2