Skip to content

Commit e281bd2

Browse files
Zhu Junwilldeacon
authored andcommitted
arm64: asm: Fix typo in pgtable.h
The word 'trasferring' is wrong, so fix it. Signed-off-by: Zhu Jun <zhujun2@cmss.chinamobile.com> Link: https://lore.kernel.org/r/20241203093323.7831-1-zhujun2@cmss.chinamobile.com Signed-off-by: Will Deacon <will@kernel.org>
1 parent 1e5823c commit e281bd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/include/asm/pgtable.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1345,7 +1345,7 @@ static inline void ___ptep_set_wrprotect(struct mm_struct *mm,
13451345
}
13461346

13471347
/*
1348-
* __ptep_set_wrprotect - mark read-only while trasferring potential hardware
1348+
* __ptep_set_wrprotect - mark read-only while transferring potential hardware
13491349
* dirty status (PTE_DBM && !PTE_RDONLY) to the software PTE_DIRTY bit.
13501350
*/
13511351
static inline void __ptep_set_wrprotect(struct mm_struct *mm,

0 commit comments

Comments
 (0)