mbox series

[0/5] Remove warnings from today's mmotm

Message ID 20210615200242.1716568-1-willy@infradead.org (mailing list archive)
Headers show
Series Remove warnings from today's mmotm | expand

Message

Matthew Wilcox June 15, 2021, 8:02 p.m. UTC
These warnings all show up with W=1.  There's one more warning which
I'm not really sure how to fix.

Matthew Wilcox (Oracle) (5):
  mm writeback,cgroup: Fix documentation
  Fix hugetlb_basepage_index missing prototype warning
  mm/thp: Fix strncpy warning
  mm/sparse-vmemmap: Fix documentation warning
  mm: Fix alloc_vmemmap_page_list documentation warning

 include/linux/pagemap.h | 6 +++---
 mm/backing-dev.c        | 7 ++-----
 mm/huge_memory.c        | 2 +-
 mm/sparse-vmemmap.c     | 4 ++--
 4 files changed, 8 insertions(+), 11 deletions(-)