[PATCH mmotm] mm: page_vma_mapped_walk(): add a level of indentation fix

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Add a tab to the READ_ONCE line in the indentation patch.

Signed-off-by: Hugh Dickins <hughd@xxxxxxxxxx>
---
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);




[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Bugtraq]     [Linux OMAP]     [Linux MIPS]     [eCos]     [Asterisk Internet PBX]     [Linux API]

  Powered by Linux