The patch titled Subject: checkpatch-add-printk_once-and-printk_ratelimit-to-prefer-pr_level-warning-fix has been removed from the -mm tree. Its filename was checkpatch-add-printk_once-and-printk_ratelimit-to-prefer-pr_level-warning-fix.patch This patch was dropped because it was folded into checkpatch-add-printk_once-and-printk_ratelimit-to-prefer-pr_level-warning.patch ------------------------------------------------------ From: Joe Perches <joe@xxxxxxxxxxx> Subject: checkpatch-add-printk_once-and-printk_ratelimit-to-prefer-pr_level-warning-fix It also needs: Link: https://lkml.kernel.org/r/32260871d4718ba7f48a8e9e07452bb76de300db.camel@xxxxxxxxxxx Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- scripts/checkpatch.pl | 1 + 1 file changed, 1 insertion(+) --- a/scripts/checkpatch.pl~checkpatch-add-printk_once-and-printk_ratelimit-to-prefer-pr_level-warning-fix +++ a/scripts/checkpatch.pl @@ -4548,6 +4548,7 @@ sub process { my $printk = $1; my $modifier = $2; my $orig = $3; + $modifier = "" if (!defined($modifier)); my $level = lc($orig); $level = "warn" if ($level eq "warning"); my $level2 = $level; _ Patches currently in -mm which might be from joe@xxxxxxxxxxx are checkpatch-prefer-static-const-declarations.patch checkpatch-allow-fix-removal-of-unnecessary-break-statements.patch checkpatch-update-__attribute__sectionname-quote-removal.patch checkpatch-add-__alias-and-__weak-to-suggested-__attribute__-conversions.patch checkpatch-add-printk_once-and-printk_ratelimit-to-prefer-pr_level-warning.patch