The patch titled Subject: mm-frontswap-convert-frontswap_enabled-to-static-key-checkpatch-fixes has been removed from the -mm tree. Its filename was mm-frontswap-convert-frontswap_enabled-to-static-key-checkpatch-fixes.patch This patch was dropped because it was folded into mm-frontswap-convert-frontswap_enabled-to-static-key.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mm-frontswap-convert-frontswap_enabled-to-static-key-checkpatch-fixes WARNING: Possible unwrapped commit description (prefer a maximum 75 chars per line) #17: Thus, checks for "frontswap_enabled" are replaced with "frontswap_enabled()" WARNING: space prohibited between function name and open parenthesis '(' #208: FILE: mm/frontswap.c:255: + VM_BUG_ON (!frontswap_ops); total: 0 errors, 2 warnings, 188 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/mm-frontswap-convert-frontswap_enabled-to-static-key.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: "Kirill A. Shutemov" <kirill.shutemov@xxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/frontswap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN mm/frontswap.c~mm-frontswap-convert-frontswap_enabled-to-static-key-checkpatch-fixes mm/frontswap.c --- a/mm/frontswap.c~mm-frontswap-convert-frontswap_enabled-to-static-key-checkpatch-fixes +++ a/mm/frontswap.c @@ -252,7 +252,7 @@ int __frontswap_store(struct page *page) pgoff_t offset = swp_offset(entry); struct frontswap_ops *ops; - VM_BUG_ON (!frontswap_ops); + VM_BUG_ON(!frontswap_ops); VM_BUG_ON(!PageLocked(page)); VM_BUG_ON(sis == NULL); _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are mm-frontswap-convert-frontswap_enabled-to-static-key.patch mm-add-nr_zsmalloc-to-vmstat-fix.patch mm-memcg-use-consistent-gfp-flags-during-readahead-checkpatch-fixes.patch mm-thp-make-swapin-readahead-under-down_read-of-mmap_sem-fix-2-fix.patch mm-fix-build-warnings-in-linux-compactionh-fix.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