The patch titled Subject: mm-hugetlb-introduce-hugetlb_walk-checkpatch-fixes has been added to the -mm mm-unstable branch. Its filename is mm-hugetlb-introduce-hugetlb_walk-checkpatch-fixes.patch This patch will shortly appear at https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/mm-hugetlb-introduce-hugetlb_walk-checkpatch-fixes.patch This patch will later appear in the mm-unstable branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next via the mm-everything branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm and is updated there every 2-3 working days ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mm-hugetlb-introduce-hugetlb_walk-checkpatch-fixes Date: Fri Dec 16 09:19:24 AM PST 2022 ERROR: code indent should use tabs where possible #267: FILE: mm/page_vma_mapped.c:172: + * All callers that get here will already hold the$ ERROR: code indent should use tabs where possible #268: FILE: mm/page_vma_mapped.c:173: + * i_mmap_rwsem. Therefore, no additional locks need to be$ ERROR: code indent should use tabs where possible #269: FILE: mm/page_vma_mapped.c:174: + * taken before calling hugetlb_walk().$ total: 3 errors, 0 warnings, 211 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. NOTE: Whitespace errors detected. You may wish to use scripts/cleanpatch or scripts/cleanfile ./patches/mm-hugetlb-introduce-hugetlb_walk.patch has style problems, please review. NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. Please run checkpatch prior to sending patches Cc: Peter Xu <peterx@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/page_vma_mapped.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) --- a/mm/page_vma_mapped.c~mm-hugetlb-introduce-hugetlb_walk-checkpatch-fixes +++ a/mm/page_vma_mapped.c @@ -169,9 +169,9 @@ bool page_vma_mapped_walk(struct page_vm if (pvmw->pte) return not_found(pvmw); /* - * All callers that get here will already hold the - * i_mmap_rwsem. Therefore, no additional locks need to be - * taken before calling hugetlb_walk(). + * All callers that get here will already hold the + * i_mmap_rwsem. Therefore, no additional locks need to be + * taken before calling hugetlb_walk(). */ pvmw->pte = hugetlb_walk(vma, pvmw->address, size); if (!pvmw->pte) _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are mm-memfd-add-mfd_noexec_seal-and-mfd_exec-fix.patch mm-hugetlb-introduce-hugetlb_walk-checkpatch-fixes.patch error-injection-remove-ei_etype_none-fix.patch