scripts: check commits with checkpatch
authorThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 2 Jun 2016 09:13:15 +0000 (11:13 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 7 Jun 2016 07:42:10 +0000 (09:42 +0200)
commit602dac4fa1f8552c5c787c8c5d4dddb283cf1efb
tree155a5237bd3cdec68b7c23a0f7b0af844e5b00b8
parentf243d9b04b4bf17d7ccdae179fa43b04d8a87317
scripts: check commits with checkpatch

The new option -n allows to give a number of commits to check
from the git HEAD.
If neither -n nor patch files are given, the commits after
origin/master are checked.

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
scripts/checkpatches.sh