X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=devtools%2Fcheckpatches.sh;h=78a408ef982334f542723237ede77813eb4f0744;hb=b9b10ddb4292f2bc5524ae9f427a2795514eff02;hp=b5191df08f9524f5533d2ce35f34f90cd7aade58;hpb=fcea4c8e29b68959cebb0577ca6eebebc39e8eee;p=dpdk.git diff --git a/devtools/checkpatches.sh b/devtools/checkpatches.sh index b5191df08f..78a408ef98 100755 --- a/devtools/checkpatches.sh +++ b/devtools/checkpatches.sh @@ -45,7 +45,7 @@ print_usage () { The patches to check can be from stdin, files specified on the command line, latest git commits limited with -n option, or commits in the git range - specified with -r option (default: "origin/master.."). + specified with -r option (default: "origin/main.."). END_OF_HELP } @@ -200,7 +200,7 @@ check_internal_tags() { # } number=0 -range='origin/master..' +range='origin/main..' quiet=false verbose=false while getopts hn:qr:v ARG ; do