[PATCH v2 0/3] mm: minor janitorial style cleanups

From: Christos Skarlos

Date: Sat Sep 05 2026 - 14:32:31 EST


This patch series resolves various coding style issues flagged by
checkpatch.pl across mmap.c , vmscan.c and hugetlb.c.

Changes in v2:
- Restored filename comment at the top of mmap.c.
- Restore <asm/...> headers in mmap.c as they are architecture-specific.
- Remove blank lines above VMA_ITERATORS and NODEMASK_ALLOC declarations.
- Fixed commit message typos.


Thanks for the thorough review and guidance. As a newcomer every
feedback and advice is really valuable to my workflow.

(Note: Apologies for the stray huge_memory.c patch included in v1 by
accident; this v2 series correctly focuses strictly on mmap, vmscan, and hugetlb.)

No functional changes are introduced.

Christos Skarlos (3):
mm/mmap: fix various coding style warnings
mm/vmscan: fix various coding style warnings and errors
mm/hugetlb: fix various coding style warnings.

mm/hugetlb.c | 16 ++++++++++------
mm/mmap.c | 12 +++++++-----
mm/vmscan.c | 11 ++++++-----
3 files changed, 23 insertions(+), 16 deletions(-)

--
2.55.0