Skip to content

Commit

Permalink
powerpc/book3s/radix-4k.h: delete duplicated word
Browse files Browse the repository at this point in the history
Drop the repeated word "per".

Signed-off-by: Randy Dunlap <[email protected]>
Signed-off-by: Michael Ellerman <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
  • Loading branch information
rddunlap authored and mpe committed Jul 26, 2020
1 parent 10a4a01 commit 92be1fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/powerpc/include/asm/book3s/64/radix-4k.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#define RADIX_PGD_INDEX_SIZE 13 // size: 8B << 13 = 64KB, maps 2^13 x 512GB = 4PB

/*
* One fragment per per page
* One fragment per page
*/
#define RADIX_PTE_FRAG_SIZE_SHIFT (RADIX_PTE_INDEX_SIZE + 3)
#define RADIX_PTE_FRAG_NR (PAGE_SIZE >> RADIX_PTE_FRAG_SIZE_SHIFT)
Expand Down

0 comments on commit 92be1fc

Please sign in to comment.