Home
last modified time | relevance | path

Searched refs:_checkpatch (Results 1 – 1 of 1) sorted by relevance

/optee_os/scripts/
H A Dcheckpatch_inc.sh20 function _checkpatch() { function
37 sed -n '/^diff --git/,$p') | _checkpatch
41 git diff --cached -- . $_CP_EXCL | _checkpatch
45 git diff -- . $_CP_EXCL | _checkpatch
49 git diff $1...$2 -- . $_CP_EXCL | _checkpatch