1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00

mips: asm: octeon: A typo fix in the file cvmx-address.h

s/techically/technically/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
This commit is contained in:
Bhaskar Chowdhury 2021-03-16 10:03:34 +05:30 committed by Thomas Bogendoerfer
parent 63d6c98168
commit daffdec40d

View file

@ -152,7 +152,7 @@ typedef union {
/* physical mem address */ /* physical mem address */
struct { struct {
/* techically, <47:40> are dont-cares */ /* technically, <47:40> are dont-cares */
uint64_t zeroes:24; uint64_t zeroes:24;
/* the hardware ignores <39:36> in Octeon I */ /* the hardware ignores <39:36> in Octeon I */
uint64_t unaddr:4; uint64_t unaddr:4;