|
@@ -5975,6 +5975,14 @@ sub process {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
if ($quiet == 0) {
|
|
if ($quiet == 0) {
|
|
|
|
|
+ # If there were any defects found and not already fixing them
|
|
|
|
|
+ if (!$clean and !$fix) {
|
|
|
|
|
+ print << "EOM"
|
|
|
|
|
+
|
|
|
|
|
+NOTE: For some of the reported defects, checkpatch may be able to
|
|
|
|
|
+ mechanically convert to the typical style using --fix or --fix-inplace.
|
|
|
|
|
+EOM
|
|
|
|
|
+ }
|
|
|
# If there were whitespace errors which cleanpatch can fix
|
|
# If there were whitespace errors which cleanpatch can fix
|
|
|
# then suggest that.
|
|
# then suggest that.
|
|
|
if ($rpt_cleaners) {
|
|
if ($rpt_cleaners) {
|