diff options
author | Heiko Carstens <[email protected]> | 2024-10-18 15:26:25 +0200 |
---|---|---|
committer | Heiko Carstens <[email protected]> | 2024-10-25 16:03:23 +0200 |
commit | e6ebf0d6514bd4438f43fe8926723cf807355b7e (patch) | |
tree | faa8e842ee3c1b07182d17e280103f2845b4b9f4 /arch/s390/mm/pgtable.c | |
parent | 8c58a229688ce3a097b3b1a2efe1b4f5508c2123 (diff) |
s390: Fix various typos
Run codespell on arch/s390 and drivers/s390 and fix all typos.
Signed-off-by: Heiko Carstens <[email protected]>
Diffstat (limited to 'arch/s390/mm/pgtable.c')
-rw-r--r-- | arch/s390/mm/pgtable.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/mm/pgtable.c b/arch/s390/mm/pgtable.c index 2c944bafb030..cea5dba80468 100644 --- a/arch/s390/mm/pgtable.c +++ b/arch/s390/mm/pgtable.c @@ -525,7 +525,7 @@ static inline void pudp_idte_global(struct mm_struct *mm, else /* * Invalid bit position is the same for pmd and pud, so we can - * re-use _pmd_csp() here + * reuse _pmd_csp() here */ __pmdp_csp((pmd_t *) pudp); } |