]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
mm: drop filename from page_alloc.c header comment
authorManish Kumar <manish1588@gmail.com>
Thu, 15 Jan 2026 19:31:00 +0000 (01:01 +0530)
committerAndrew Morton <akpm@linux-foundation.org>
Sat, 31 Jan 2026 22:22:37 +0000 (14:22 -0800)
The file name in the header comment is redundant and not useful, as the
location is already known from the path.  Remove it to align with kernel
coding style.  No functional change.

Link: https://lkml.kernel.org/r/20260115193100.116109-1-manish1588@gmail.com
Signed-off-by: Manish Kumar <manish1588@gmail.com>
Reviewed-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/page_alloc.c

index a0bb57c4e851af7eb37c9a1e27bba61524875e04..e779b18168de1cd8e90d06d5437641463c564011 100644 (file)
@@ -1,6 +1,5 @@
 // SPDX-License-Identifier: GPL-2.0-only
 /*
- *  linux/mm/page_alloc.c
  *
  *  Manages the free list, the system allocates free pages here.
  *  Note that kmalloc() lives in slab.c