diff options
| author | 2020-07-25 17:38:01 -0700 | |
|---|---|---|
| committer | 2020-07-27 00:01:31 +1000 | |
| commit | 10a4a016d6a882ba7601159b0f719330b102c41b (patch) | |
| tree | 7fdd9b9e557111e35387ba80cd2b00094f2bdbcc | |
| parent | powerpc/lib: remove memcpy_flushcache redundant return (diff) | |
powerpc/book3s/mmu-hash.h: delete duplicated word
Drop the repeated word "below".
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20200726003809.20454-2-rdunlap@infradead.org
| -rw-r--r-- | arch/powerpc/include/asm/book3s/64/mmu-hash.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/book3s/64/mmu-hash.h b/arch/powerpc/include/asm/book3s/64/mmu-hash.h index 58fcc959f9d5..93d18da5e7ec 100644 --- a/arch/powerpc/include/asm/book3s/64/mmu-hash.h +++ b/arch/powerpc/include/asm/book3s/64/mmu-hash.h @@ -793,7 +793,7 @@ static inline unsigned long get_vsid(unsigned long context, unsigned long ea, } /* - * For kernel space, we use context ids as below + * For kernel space, we use context ids as * below. Range is 512TB per context. * * 0x00001 - [ 0xc000000000000000 - 0xc001ffffffffffff] |
