The patch titled Subject: checkpatch: two spelling fixes has been added to the -mm tree. Its filename is checkpatch-two-spelling-fixes.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/checkpatch-two-spelling-fixes.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/checkpatch-two-spelling-fixes.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/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Claudio Fontana <claudio.fontana@xxxxxxxxx> Subject: checkpatch: two spelling fixes completly -> completely wacking -> whacking Link: http://lkml.kernel.org/r/1520405394-5586-1-git-send-email-claudio.fontana@xxxxxxxxx Signed-off-by: Claudio Fontana <claudio.fontana@xxxxxxxxx> Acked-by: 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-two-spelling-fixes scripts/checkpatch.pl --- a/scripts/checkpatch.pl~checkpatch-two-spelling-fixes +++ a/scripts/checkpatch.pl @@ -1218,7 +1218,7 @@ sub sanitise_line { for ($off = 1; $off < length($line); $off++) { $c = substr($line, $off, 1); - # Comments we are wacking completly including the begin + # Comments we are whacking completely including the begin # and end, all to $;. if ($sanitise_quote eq '' && substr($line, $off, 2) eq '/*') { $sanitise_quote = '*/'; _ Patches currently in -mm which might be from claudio.fontana@xxxxxxxxx are checkpatch-two-spelling-fixes.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