Re: [PATCH -next] mm/hugetlb: Make is_aligned_hugepage_range static

2020-11-06 Thread Thomas Bogendoerfer
On Thu, Oct 29, 2020 at 10:13:20AM +0800, Zou Wei wrote: > Fix the following sparse warning: > > arch/mips/mm/hugetlbpage.c:64:5: warning: > symbol 'is_aligned_hugepage_range' was not declared. Should it be static? > > Reported-by: Hulk Robot > Signed-off-by: Zou Wei > --- > arch/mips/mm/huget

[PATCH -next] mm/hugetlb: Make is_aligned_hugepage_range static

2020-10-28 Thread Zou Wei
Fix the following sparse warning: arch/mips/mm/hugetlbpage.c:64:5: warning: symbol 'is_aligned_hugepage_range' was not declared. Should it be static? Reported-by: Hulk Robot Signed-off-by: Zou Wei --- arch/mips/mm/hugetlbpage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git