Lines Matching refs:report
43 # $ make coccicheck MODE=report DEBUG_FILE="all.err" SPFLAGS="--profile --show-trying" M=./drivers/mfd/arizona-irq.c
106 echo 'You have not explicitly specified the mode to use. Using default "report" mode.'
107 echo 'Available modes are the following: patch, report, context, org, chain'
111 MODE="report"
117 echo 'All available modes will be tried (in that order): patch, report, context, org'
119 elif [ "$MODE" = "report" -o "$MODE" = "org" ] ; then
216 elif [ "$MODE" = "report" ] ; then
217 echo ' The semantic patch that makes this report is available'
221 echo ' The semantic patch that makes this Org report is available'
241 run_cmd $SPATCH -D report \
248 run_cmd $SPATCH -D report \