summaryrefslogtreecommitdiff
path: root/v4l/scripts/check.pl
AgeCommit message (Collapse)Author
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>