diff --git a/scripts/checkpatches.sh b/scripts/checkpatches.sh index 622a5b6464..5286fe6bb3 100755 --- a/scripts/checkpatches.sh +++ b/scripts/checkpatches.sh @@ -64,7 +64,7 @@ verbose=false while getopts hn:qv ARG ; do case $ARG in n ) number=$OPTARG ;; - q ) quiet=true && options="$options --no-summary" ;; + q ) quiet=true ;; v ) verbose=true ;; h ) print_usage ; exit 0 ;; ? ) print_usage ; exit 1 ;;