summaryrefslogtreecommitdiff
path: root/v4l/scripts/check.pl
AgeCommit message (Collapse)Author
2009-03-12Don't print errors for version checks, since we allow such checks at the ↵Mauro Carvalho Chehab
out-of-tree buildings From: Mauro Carvalho Chehab <mchehab@redhat.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2007-12-10Improve check.pl to support gcc error style, and terseMauro Carvalho Chehab
From: Mauro Carvalho Chehab <mchehab@infradead.org> With "make checkpatch", all c-compilation error parsers will be able to handle the error codes, allowing the user to navigate inside codingstyle errors as if they where generated by gcc. "make terse" will produce error codes using terse syntax, also common on development tools. Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
2007-12-10Add a tool for checking codingstyle and report to emacs "Compile" commandMauro Carvalho Chehab
From: Mauro Carvalho Chehab <mchehab@infradead.org> For those who develp using emacs, checking a patch is now a matter of asking emacs to compile, using "make checkemacs" command. Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>