The patch titled Subject: mm/vmscan.c: remove the filename in the top of file comment has been added to the -mm tree. Its filename is mm-remove-the-filename-in-the-top-of-file-comment-in-vmscanc.patch This patch should soon appear at https://ozlabs.org/~akpm/mmots/broken-out/mm-remove-the-filename-in-the-top-of-file-comment-in-vmscanc.patch and later at https://ozlabs.org/~akpm/mmotm/broken-out/mm-remove-the-filename-in-the-top-of-file-comment-in-vmscanc.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: "logic.yu" <hymmsx.yu@xxxxxxxxx> Subject: mm/vmscan.c: remove the filename in the top of file comment No point in having the filename inside the file. Link: https://lkml.kernel.org/r/20201115141541.3878-1-hymmsx.yu@xxxxxxxxx Signed-off-by: logic.yu <hymmsx.yu@xxxxxxxxx> Reviewed-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/vmscan.c | 2 -- 1 file changed, 2 deletions(-) --- a/mm/vmscan.c~mm-remove-the-filename-in-the-top-of-file-comment-in-vmscanc +++ a/mm/vmscan.c @@ -1,7 +1,5 @@ // SPDX-License-Identifier: GPL-2.0 /* - * linux/mm/vmscan.c - * * Copyright (C) 1991, 1992, 1993, 1994 Linus Torvalds * * Swap reorganised 29.12.95, Stephen Tweedie. _ Patches currently in -mm which might be from hymmsx.yu@xxxxxxxxx are mm-remove-the-filename-in-the-top-of-file-comment-in-vmscanc.patch