MIPS: OCTEON: octeon-irq: fix spelling mistake "to" -> "too"
authorColin Ian King <colin.king@canonical.com>
Thu, 23 Jan 2020 00:54:22 +0000 (00:54 +0000)
committerPaul Burton <paulburton@kernel.org>
Thu, 23 Jan 2020 18:22:20 +0000 (10:22 -0800)
There is a spelling mistake in a dev_err message. Fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Paul Burton <paulburton@kernel.org>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: linux-mips@vger.kernel.org
Cc: kernel-janitors@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
arch/mips/cavium-octeon/octeon-irq.c

index f97be32bf699c206e2757f9e6001dd0749cc5a71..6bd1e97effdf6d2122c546cc8e85c01535574326 100644 (file)
@@ -2193,7 +2193,7 @@ static int octeon_irq_cib_map(struct irq_domain *d,
        struct octeon_irq_cib_chip_data *cd;
 
        if (hw >= host_data->max_bits) {
-               pr_err("ERROR: %s mapping %u is to big!\n",
+               pr_err("ERROR: %s mapping %u is too big!\n",
                       irq_domain_get_of_node(d)->name, (unsigned)hw);
                return -EINVAL;
        }