summaryrefslogtreecommitdiffstats
path: root/tools/checkpatch.pl (follow)
Commit message (Expand)AuthorAgeFilesLines
* tools: extend checkpatch.pl for frr_{with,each}David Lamparter2019-09-031-2/+27
* tools: add lints for unsafe functionsQuentin Young2019-05-081-0/+29
* tools: update checkpatch to stop suggesting the use of kstrto()Renato Westphal2018-12-091-27/+0
* tools: add non-32 bit atomic warning to checkpatchQuentin Young2018-11-191-0/+7
* tools: update checkpatch to allow indented labelsRenato Westphal2018-10-271-11/+0
* tools/checkpatch.pl: recognize _Atomic as modifierDavid Lamparter2018-09-191-0/+1
* tools/checkpatch: fix some bogus macro warningsDavid Lamparter2018-08-101-2/+6
* Merge pull request #1955 from qlyoung/stylecheckerOlivier Dugeon2018-03-301-33/+36
|\
| * Merge branch 'master' into stylecheckerQuentin Young2018-03-271-12/+12
| |\
| * | tools: do not check for kernel macrosQuentin Young2018-03-221-33/+36
* | | tools, doc: update checkpatch for u_int_*Quentin Young2018-03-271-0/+13
| |/ |/|
* | tools: checkpatch.sh - Add warning that // style comments don't matchLou Berger2018-03-141-12/+12
|/
* tools: finer-grained error codes for checkpatchQuentin Young2018-02-231-13/+0
* tools: ignore FSF warning, fn macros in checkpatchQuentin Young2018-02-231-12/+4
* tools: add style checking scriptsQuentin Young2017-12-201-0/+6487