The quilt patch titled Subject: add-fat-messages-to-printk-index-checkpatch-fixes has been removed from the -mm tree. Its filename was add-fat-messages-to-printk-index-checkpatch-fixes.patch This patch was dropped because it was folded into add-fat-messages-to-printk-index.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: add-fat-messages-to-printk-index-checkpatch-fixes WARNING: 'changable' may be misspelled - perhaps 'changeable'? #7: changable ad-hoc format strings (as they always have; no change of ^^^^^^^^^ ERROR: space required before the open parenthesis '(' #41: FILE: fs/fat/fat.h:442: +} while(0) total: 1 errors, 1 warnings, 43 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. ./patches/add-fat-messages-to-printk-index.patch has style problems, please review. NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. Please run checkpatch prior to sending patches Cc: Jonathan Lassoff <jof@xxxxxxxxxx> Cc: OGAWA Hirofumi <hirofumi@xxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/fat/fat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/fs/fat/fat.h~add-fat-messages-to-printk-index-checkpatch-fixes +++ a/fs/fat/fat.h @@ -439,7 +439,7 @@ void __fat_fs_error(struct super_block * do { \ printk_index_subsys_emit(FAT_PRINTK_PREFIX, level, fmt, ##args);\ _fat_msg(sb, level, fmt, ##args); \ -} while(0) +} while (0) __printf(3, 4) __cold void _fat_msg(struct super_block *sb, const char *level, const char *fmt, ...); #define fat_msg_ratelimit(sb, level, fmt, args...) \ _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are mm-create-new-mm-swaph-header-file-fix.patch mm-check-against-orig_pte-for-finish_fault-fix-checkpatch-fixes.patch mm-hugetlb-only-drop-uffd-wp-special-pte-if-required-fix-fix.patch kfence-enable-check-kfence-canary-on-panic-via-boot-param-fix.patch lib-kstrtoxc-add-false-true-support-to-kstrtobool-fix.patch mm-vmscan-not-necessary-to-re-init-the-list-for-each-iteration-fix.patch mm-make-minimum-slab-alignment-a-runtime-property-fix.patch add-fat-messages-to-printk-index.patch proc-fix-dentry-inode-overinstantiating-under-proc-pid-net-checkpatch-fixes.patch linux-next-rejects.patch linux-next-git-rejects.patch mm-oom_killc-fix-vm_oom_kill_table-ifdeffery.patch