* [PATCH mmotm] mm: page_vma_mapped_walk(): add a level of indentation fix
@ 2021-06-16 4:38 Hugh Dickins
0 siblings, 0 replies; only message in thread
From: Hugh Dickins @ 2021-06-16 4:38 UTC (permalink / raw)
To: Andrew Morton; +Cc: linux-mm
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(-)
--- 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);
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2021-06-16 4:38 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-16 4:38 [PATCH mmotm] mm: page_vma_mapped_walk(): add a level of indentation fix Hugh Dickins
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox