Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-12-10 | Improve check.pl to support gcc error style, and terse | Mauro 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-10 | Add a tool for checking codingstyle and report to emacs "Compile" command | Mauro 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> |