From: logic.yu Date: Tue, 15 Dec 2020 03:12:21 +0000 (-0800) Subject: mm/vmscan.c: remove the filename in the top of file comment X-Git-Tag: accepted/tizen/unified/20230118.172025~8322^2~46 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8d87d07c9283b45fd50f15d488368d0be6492a17;p=platform%2Fkernel%2Flinux-rpi.git 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@gmail.com Signed-off-by: logic.yu Reviewed-by: Andrew Morton Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/mm/vmscan.c b/mm/vmscan.c index e71b563..e8012a4 100644 --- a/mm/vmscan.c +++ b/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.