checkpatch: reword long-line warning about commit-msg
[linux-2.6-block.git] / scripts / checkpatch.pl
index 6aabcc1f66c1b6a713665d78000a26abb5cff9fe..6e789dc074201211675d863f73ac47a0c5a9f146 100755 (executable)
@@ -3272,7 +3272,7 @@ sub process {
                                        # A Fixes:, link or signature tag line
                      $commit_log_possible_stack_dump)) {
                        WARN("COMMIT_LOG_LONG_LINE",
-                            "Possible unwrapped commit description (prefer a maximum 75 chars per line)\n" . $herecurr);
+                            "Prefer a maximum 75 chars per line (possible unwrapped commit description?)\n" . $herecurr);
                        $commit_log_long_line = 1;
                }