+ checkpatch-allow-optional-shorter-config-descriptions-v4.patch added to -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled
     Subject: checkpatch-allow-optional-shorter-config-descriptions-v4
has been added to the -mm tree.  Its filename is
     checkpatch-allow-optional-shorter-config-descriptions-v4.patch

This patch should soon appear at
    http://ozlabs.org/~akpm/mmots/broken-out/checkpatch-allow-optional-shorter-config-descriptions-v4.patch
and later at
    http://ozlabs.org/~akpm/mmotm/broken-out/checkpatch-allow-optional-shorter-config-descriptions-v4.patch

Before you just go and hit "reply", please:
   a) Consider who else should be cc'ed
   b) Prefer to cc a suitable mailing list as well
   c) Ideally: find the original patch on the mailing list and do a
      reply-to-all to that, adding suitable additional cc's

*** Remember to use Documentation/SubmitChecklist when testing your code ***

The -mm tree is included into linux-next and is updated
there every 3-4 working days

------------------------------------------------------
From: Vadim Bendebury <vbendeb@xxxxxxxxxxxx>
Subject: checkpatch-allow-optional-shorter-config-descriptions-v4

  - added the missing trailing semicolon. Re-tested to verify that it
    still works as expected.

Signed-off-by: Vadim Bendebury <vbendeb@xxxxxxxxxxxx>
Cc: Joe Perches <joe@xxxxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 scripts/checkpatch.pl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -puN scripts/checkpatch.pl~checkpatch-allow-optional-shorter-config-descriptions-v4 scripts/checkpatch.pl
--- a/scripts/checkpatch.pl~checkpatch-allow-optional-shorter-config-descriptions-v4
+++ a/scripts/checkpatch.pl
@@ -2290,7 +2290,7 @@ sub process {
 			}
 			if ($is_start && $is_end && $length < $min_conf_desc_length) {
 				WARN("CONFIG_DESCRIPTION",
-				     "please write a paragraph that describes the config symbol fully\n" . $herecurr)
+				     "please write a paragraph that describes the config symbol fully\n" . $herecurr);
 			}
 			#print "is_start<$is_start> is_end<$is_end> length<$length>\n";
 		}
_

Patches currently in -mm which might be from vbendeb@xxxxxxxxxxxx are

checkpatch-allow-optional-shorter-config-descriptions.patch
checkpatch-allow-optional-shorter-config-descriptions-v4.patch

--
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux