Skip to content

Commit c4334d5

Browse files
rddunlapctmarinas
authored andcommitted
arm64: pgtable-hwdef.h: delete duplicated words
Drop the repeated words "at" and "the". Signed-off-by: Randy Dunlap <[email protected]> Cc: Will Deacon <[email protected]> Cc: [email protected] Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Catalin Marinas <[email protected]>
1 parent 9ebcfad commit c4334d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/arm64/include/asm/pgtable-hwdef.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
* Size mapped by an entry at level n ( 0 <= n <= 3)
3030
* We map (PAGE_SHIFT - 3) at all translation levels and PAGE_SHIFT bits
3131
* in the final page. The maximum number of translation levels supported by
32-
* the architecture is 4. Hence, starting at at level n, we have further
32+
* the architecture is 4. Hence, starting at level n, we have further
3333
* ((4 - n) - 1) levels of translation excluding the offset within the page.
3434
* So, the total number of bits mapped by an entry at level n is :
3535
*
@@ -98,7 +98,7 @@
9898
#define CONT_PMDS (1 << CONT_PMD_SHIFT)
9999
#define CONT_PMD_SIZE (CONT_PMDS * PMD_SIZE)
100100
#define CONT_PMD_MASK (~(CONT_PMD_SIZE - 1))
101-
/* the the numerical offset of the PTE within a range of CONT_PTES */
101+
/* the numerical offset of the PTE within a range of CONT_PTES */
102102
#define CONT_RANGE_OFFSET(addr) (((addr)>>PAGE_SHIFT)&(CONT_PTES-1))
103103

104104
/*

0 commit comments

Comments
 (0)