mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-11 18:35:28 +00:00
Merge pull request #746 from antonio-nino-diaz-arm/an/fix-checkpatch
Fix format of patches passed to checkpatch
This commit is contained in:
2
Makefile
2
Makefile
@@ -666,7 +666,7 @@ checkcodebase: locate-checkpatch
|
||||
|
||||
checkpatch: locate-checkpatch
|
||||
@echo " CHECKING STYLE"
|
||||
${Q}git log -p ${BASE_COMMIT}..HEAD -- ${CHECK_PATHS} | ${CHECKPATCH} - || true
|
||||
${Q}git format-patch --stdout ${BASE_COMMIT}..HEAD -- ${CHECK_PATHS} | ${CHECKPATCH} - || true
|
||||
|
||||
certtool: ${CRTTOOL}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user