diff --git a/tools/build/checkstyle9.pl b/tools/build/checkstyle9.pl index 99fd354fbacf..24e33712ceda 100755 --- a/tools/build/checkstyle9.pl +++ b/tools/build/checkstyle9.pl @@ -2655,7 +2655,7 @@ sub process { } if ($has_sob == 0) { - ERROR("Missing Signed-off-by: line"); + WARN("Missing Signed-off-by: line"); } # If we have no input at all, then there is nothing to report on