Lines Matching refs:report
42 # $ make coccicheck MODE=report DEBUG_FILE="all.err" SPFLAGS="--profile --show-trying" M=./drivers/mfd/arizona-irq.c
117 echo 'You have not explicitly specified the mode to use. Using default "report" mode.'
118 echo 'Available modes are the following: patch, report, context, org, chain'
122 MODE="report"
128 echo 'All available modes will be tried (in that order): patch, report, context, org'
130 elif [ "$MODE" = "report" -o "$MODE" = "org" ] ; then
224 elif [ "$MODE" = "report" ] ; then
225 echo ' The semantic patch that makes this report is available'
229 echo ' The semantic patch that makes this Org report is available'
249 run_cmd $SPATCH -D report \
256 run_cmd $SPATCH -D report \