]> git.sur5r.net Git - openocd/blobdiff - HACKING
HACKING - checkpatch before pushing makes life quicker
[openocd] / 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.