Message ID | 7f817555-3ce1-c785-e438-87d8efdcaf26@google.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [mmotm] mm: page_vma_mapped_walk(): add a level of indentation fix | expand |
--- mmotm/mm/page_vma_mapped.c 2021-06-15 20:56:34.618544939 -0700 +++ fixup/mm/page_vma_mapped.c 2021-06-15 20:58:40.951444988 -0700 @@ -190,7 +190,7 @@ restart: * compiler and used as a stale value after we've observed a * subsequent update. */ - pmde = READ_ONCE(*pvmw->pmd); + pmde = READ_ONCE(*pvmw->pmd); if (pmd_trans_huge(pmde) || is_pmd_migration_entry(pmde)) { pvmw->ptl = pmd_lock(mm, pvmw->pmd);
Add a tab to the READ_ONCE line in the indentation patch. Signed-off-by: Hugh Dickins <hughd@google.com> --- Thanks! Fix to mm-page_vma_mapped_walk-add-a-level-of-indentation.patch mm/page_vma_mapped.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)