Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-04 | powerpc/tools/checkpatch: Ignore DT_SPLIT_BINDING_PATCH | Russell Currey | |
From what I've seen, every time this warning comes up it's bogus, so let's ignore it. Signed-off-by: Russell Currey <ruscur@russell.cc> Reviewed-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> | |||
2018-08-07 | powerpc: Add a checkpatch wrapper with our preferred settings | Michael Ellerman | |
This makes it easy to run checkpatch with settings that I like. Usage is eg: $ ./arch/powerpc/tools/checkpatch.sh -g origin/master.. To check all commits since origin/master. Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Reviewed-by: Russell Currey <ruscur@russell.cc> |