10/05/2019 09:49, David Marchand: > Rather than default to origin/master.., it can be handy to choose the > range you want to check. > > Example on a branch rebased on next-net: > > Before: > [dmarchan@dmarchan dpdk]$ ./devtools/checkpatches.sh > ... > ... > 67/69 valid patches > > After: > [dmarchan@dmarchan dpdk]$ ./devtools/checkpatches.sh -r next-net/master.. > > 3/3 valid patches > > Signed-off-by: David Marchand <david.march...@redhat.com> > Acked-by: Thomas Monjalon <tho...@monjalon.net>
Applied, thanks