aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlogic.yu <[email protected]>2020-12-14 19:12:21 -0800
committerLinus Torvalds <[email protected]>2020-12-15 12:13:45 -0800
commit8d87d07c9283b45fd50f15d488368d0be6492a17 (patch)
tree0a0748b17bf7dd21b7bd3bc2d404f6e75ccb7333
parent2b47a24cee0eedbb9b106ef3e992db0ddf48f740 (diff)
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/[email protected] Signed-off-by: logic.yu <[email protected]> Reviewed-by: Andrew Morton <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
-rw-r--r--mm/vmscan.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/mm/vmscan.c b/mm/vmscan.c
index e71b563cda7b..e8012a473145 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.