diff options
author | Bhaskar Chowdhury <unixbhaskar@gmail.com> | 2021-03-16 05:33:34 +0100 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2021-03-24 10:29:19 +0100 |
commit | daffdec40d62fd29cd9fb1bbc3b104969daa43e8 (patch) | |
tree | 0cbaaac755b77416f0944273a6c65df6cf1c5661 /arch/mips/include/asm/octeon/cvmx-address.h | |
parent | mips: kernel: use DEFINE_DEBUGFS_ATTRIBUTE with debugfs_create_file_unsafe() (diff) | |
download | linux-daffdec40d62fd29cd9fb1bbc3b104969daa43e8.tar.xz linux-daffdec40d62fd29cd9fb1bbc3b104969daa43e8.zip |
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>
Diffstat (limited to '')
-rw-r--r-- | arch/mips/include/asm/octeon/cvmx-address.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/include/asm/octeon/cvmx-address.h b/arch/mips/include/asm/octeon/cvmx-address.h index e4444f8c4a61..5df5c90f6a5d 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; |