Lines Matching refs:report
286 report=$($DPDK_CHECKPATCH_PATH $options "$tmpinput" 2>/dev/null)
289 printf '%s\n' "$report" | sed -n '1,/^total:.*lines checked$/p'
294 report=$($VALIDATE_NEW_API "$tmpinput")
297 printf '%s\n' "$report"
302 report=$(check_forbidden_additions "$tmpinput")
305 printf '%s\n' "$report"
310 report=$(check_experimental_tags "$tmpinput")
313 printf '%s\n' "$report"
318 report=$(check_internal_tags "$tmpinput")
321 printf '%s\n' "$report"
326 report=$(check_release_notes "$tmpinput")
329 printf '%s\n' "$report"