commit | da66f8e637b1d9fbe285d9f3d1ea37e4b3029978 | [log] [tgz] |
---|---|---|
author | Andrea Gelmini <andrea.gelmini@gelma.net> | Sat May 21 14:00:40 2016 +0200 |
committer | Ralf Baechle <ralf@linux-mips.org> | Sat May 28 12:35:07 2016 +0200 |
tree | 1b000175af1d921fd96442802b53d00c18a3da91 | |
parent | 7a448b57a6165e9ff93adb4440459c22cbfa73a9 [diff] [blame] |
MIPS: Cavium: Fix typo Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net> Cc: david.daney@cavium.com Cc: janne.huttunen@nokia.com Cc: aaro.koskinen@nokia.com Cc: trivial@kernel.org Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/13324/ Patchwork: https://patchwork.linux-mips.org/patch/13325/ Patchwork: https://patchwork.linux-mips.org/patch/13326/ Patchwork: https://patchwork.linux-mips.org/patch/13327/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
diff --git a/arch/mips/include/asm/octeon/cvmx-cmd-queue.h b/arch/mips/include/asm/octeon/cvmx-cmd-queue.h index 8d05d90..a07a36f 100644 --- a/arch/mips/include/asm/octeon/cvmx-cmd-queue.h +++ b/arch/mips/include/asm/octeon/cvmx-cmd-queue.h
@@ -146,7 +146,7 @@ * This structure contains the global state of all command queues. * It is stored in a bootmem named block and shared by all * applications running on Octeon. Tickets are stored in a differnet - * cahce line that queue information to reduce the contention on the + * cache line that queue information to reduce the contention on the * ll/sc used to get a ticket. If this is not the case, the update * of queue state causes the ll/sc to fail quite often. */