The patch titled Subject: mm/shmem: minor coding style tweaks has been removed from the -mm tree. Its filename was mm-shmem-minor-coding-style-tweaks.patch This patch was dropped because it was folded into mm-mempool-minor-coding-style-tweaks.patch ------------------------------------------------------ From: Zhiyuan Dai <daizhiyuan@xxxxxxxxxxxxxx> Subject: mm/shmem: minor coding style tweaks Add whitespace to fix coding style issues, improve code reading. Link: https://lkml.kernel.org/r/1614228504-21491-1-git-send-email-daizhiyuan@xxxxxxxxxxxxxx Signed-off-by: Zhiyuan Dai <daizhiyuan@xxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/shmem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/mm/shmem.c~mm-shmem-minor-coding-style-tweaks +++ a/mm/shmem.c @@ -3505,7 +3505,7 @@ static int shmem_parse_options(struct fs } } if (*this_char) { - char *value = strchr(this_char,'='); + char *value = strchr(this_char, '='); size_t len = 0; int err; _ Patches currently in -mm which might be from daizhiyuan@xxxxxxxxxxxxxx are mm-memremap-fixes-improper-spdx-comment-style.patch mm-interval_tree-add-comments-to-improve-code-reading.patch mm-dmapool-switch-from-strlcpy-to-strscpy.patch mm-kasan-switch-from-strlcpy-to-strscpy.patch mm-zswap-switch-from-strlcpy-to-strscpy.patch mm-mempool-minor-coding-style-tweaks.patch mm-page_alloc-minor-coding-style-tweaks.patch mm-filemap-minor-coding-style-tweaks.patch mm-mlock-minor-coding-style-tweaks.patch mm-frontswap-minor-coding-style-tweaks.patch mm-vmalloc-minor-coding-style-tweaks.patch mm-memory_hotplug-minor-coding-style-tweaks.patch mm-mempolicy-minor-coding-style-tweaks.patch