mips/cavium-octeon: Fix typo *must* in comment
authorPaul Menzel <pmenzel@molgen.mpg.de>
Mon, 2 Sep 2019 09:55:06 +0000 (11:55 +0200)
committerPaul Burton <paulburton@kernel.org>
Fri, 1 Nov 2019 21:33:07 +0000 (14:33 -0700)
Fixes: 5b3b16880f ("MIPS: Add Cavium OCTEON processor support files to arch/mips/cavium-octeon.")
Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de>
Signed-off-by: Paul Burton <paulburton@kernel.org>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: Paul Burton <paul.burton@mips.com>
Cc: James Hogan <jhogan@kernel.org>
Cc: linux-mips@vger.kernel.org
arch/mips/cavium-octeon/setup.c

index 95034bf..1f742c3 100644 (file)
@@ -844,7 +844,7 @@ void __init prom_init(void)
         * BIST should always be enabled when doing a soft reset. L2
         * Cache locking for instance is not cleared unless BIST is
         * enabled.  Unfortunately due to a chip errata G-200 for
-        * Cn38XX and CN31XX, BIST msut be disabled on these parts.
+        * Cn38XX and CN31XX, BIST must be disabled on these parts.
         */
        if (OCTEON_IS_MODEL(OCTEON_CN38XX_PASS2) ||
            OCTEON_IS_MODEL(OCTEON_CN31XX))