linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MIPS: OCTEON: octeon-irq: fix spelling mistake "to" -> "too"
@ 2020-01-23  0:54 Colin King
  2020-01-23 19:44 ` Paul Burton
  0 siblings, 1 reply; 2+ messages in thread
From: Colin King @ 2020-01-23  0:54 UTC (permalink / raw)
  To: Ralf Baechle, Paul Burton, linux-mips; +Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

There is a spelling mistake in a dev_err message. Fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 arch/mips/cavium-octeon/octeon-irq.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/mips/cavium-octeon/octeon-irq.c b/arch/mips/cavium-octeon/octeon-irq.c
index f97be32bf699..6bd1e97effdf 100644
--- a/arch/mips/cavium-octeon/octeon-irq.c
+++ b/arch/mips/cavium-octeon/octeon-irq.c
@@ -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;
 	}
-- 
2.24.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] MIPS: OCTEON: octeon-irq: fix spelling mistake "to" -> "too"
  2020-01-23  0:54 [PATCH] MIPS: OCTEON: octeon-irq: fix spelling mistake "to" -> "too" Colin King
@ 2020-01-23 19:44 ` Paul Burton
  0 siblings, 0 replies; 2+ messages in thread
From: Paul Burton @ 2020-01-23 19:44 UTC (permalink / raw)
  To: Colin King
  Cc: Ralf Baechle, Paul Burton, linux-mips, kernel-janitors,
	linux-kernel, linux-mips

Hello,

Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> There is a spelling mistake in a dev_err message. Fix it.

Applied to mips-next.

> commit 636e9d23dd45
> https://git.kernel.org/mips/c/636e9d23dd45
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> Signed-off-by: Paul Burton <paulburton@kernel.org>

Thanks,
    Paul

[ This message was auto-generated; if you believe anything is incorrect
  then please email paulburton@kernel.org to report it. ]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-01-23 19:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-23  0:54 [PATCH] MIPS: OCTEON: octeon-irq: fix spelling mistake "to" -> "too" Colin King
2020-01-23 19:44 ` Paul Burton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).