检查代码规范的工具
文章目录
本文将介绍:
- 使用checkpatch.pl来检查c代码文件是否符合linux内核规范;
checkpatch.pl
https://raw.githubusercontent.com/liujunming/Tools/master/checkpatch.pl
1 | ./checkpatch.pl -f --no-tree mychardriver.c |
参考资料:
本文将介绍:
https://raw.githubusercontent.com/liujunming/Tools/master/checkpatch.pl
1 | ./checkpatch.pl -f --no-tree mychardriver.c |
参考资料: