]> git.sur5r.net Git - openocd/commitdiff
HACKING - checkpatch before pushing makes life quicker
authorrodrigo_l_rosa <rodrigorosa.lg@gmail.com>
Sat, 3 Dec 2011 20:17:06 +0000 (12:17 -0800)
committerØyvind Harboe <oyvindharboe@gmail.com>
Mon, 5 Dec 2011 08:41:23 +0000 (08:41 +0000)
Change-Id: I4c3cde2aae7bdea138413e373ac986be3efd54de
Signed-off-by: rodrigo_l_rosa <rodrigorosa.lg@gmail.com>
Reviewed-on: http://openocd.zylin.com/252
Tested-by: jenkins
Reviewed-by: Øyvind Harboe <oyvindharboe@gmail.com>
HACKING

diff --git a/HACKING b/HACKING
index 353e72f165c06191617cb77a0e00484360d55762..6d89b01e357b4970b317461ee41c0bec37a98600 100644 (file)
--- 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.