From: Bhaskar Chowdhury Date: Tue, 16 Mar 2021 04:33:34 +0000 (+0530) Subject: mips: asm: octeon: A typo fix in the file cvmx-address.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=daffdec40d62fd29cd9fb1bbc3b104969daa43e8;p=linux.git mips: asm: octeon: A typo fix in the file cvmx-address.h s/techically/technically/ Signed-off-by: Bhaskar Chowdhury Acked-by: Randy Dunlap Signed-off-by: Thomas Bogendoerfer --- diff --git a/arch/mips/include/asm/octeon/cvmx-address.h b/arch/mips/include/asm/octeon/cvmx-address.h index e4444f8c4a618..5df5c90f6a5de 100644 --- a/arch/mips/include/asm/octeon/cvmx-address.h +++ b/arch/mips/include/asm/octeon/cvmx-address.h @@ -152,7 +152,7 @@ typedef union { /* physical mem address */ struct { - /* techically, <47:40> are dont-cares */ + /* technically, <47:40> are dont-cares */ uint64_t zeroes:24; /* the hardware ignores <39:36> in Octeon I */ uint64_t unaddr:4;