summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2007-12-10 16:34:26 -0200
committerMauro Carvalho Chehab <mchehab@infradead.org>2007-12-10 16:34:26 -0200
commitcdac3fcffa086178870fd6f48bc828d0ca878905 (patch)
treee644df98480774f3d5f839cae907845221454e7f /INSTALL
parentdb762262e6462dc271dbd1bb302f727ef6caa44c (diff)
parent555a3965e83ee2a24df89423a301b802d0a54c5e (diff)
downloadmediapointer-dvb-s2-cdac3fcffa086178870fd6f48bc828d0ca878905.tar.gz
mediapointer-dvb-s2-cdac3fcffa086178870fd6f48bc828d0ca878905.tar.bz2
merge: http://www.linuxtv.org/hg/~hverkuil/v4l-dvb
From: Mauro Carvalho Chehab <mchehab@infradead.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL11
1 files changed, 11 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 0a0647bb5..bad6ca80b 100644
--- a/INSTALL
+++ b/INSTALL
@@ -106,3 +106,14 @@ update - updates the tree from master repository
commit - commits the change, asking for a commit msg
push - sends outgoing stuff to master repository
+
+checkemacs - checks codingstyle and reports to emacs
+ using "make checkemacs" at emacs compile menu,
+ will report the lines with errors inside emacs.
+
+checkpatch - checks codingstyle and reports using the same
+ format as c. This way, c error parsers will
+ handle it.
+
+checkterse - checks codingstyle and reports using terse
+ syntax, used on several compilaton tools.