[PATCH 1/2] powerpc/83xx: Fix some typo in some warning message

Subsystems: linux for powerpc (32-bit and 64-bit), linux for powerpc embedded ppc8xx and ppc83xx, the rest

STALE2353d LANDED

Landed in mainline as 365ad0b60d94 on 2020-03-04.

2 messages, 2 authors, 2020-03-06 · open the first message on its own page

[PATCH 1/2] powerpc/83xx: Fix some typo in some warning message

From: Christophe JAILLET <hidden>
Date: 2020-02-08 14:09:16

"couldn;t" should be "couldn't".

Signed-off-by: Christophe JAILLET <redacted>
---
 arch/powerpc/platforms/83xx/km83xx.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/powerpc/platforms/83xx/km83xx.c b/arch/powerpc/platforms/83xx/km83xx.c
index ada42f03915a..306be75faec7 100644
--- a/arch/powerpc/platforms/83xx/km83xx.c
+++ b/arch/powerpc/platforms/83xx/km83xx.c
@@ -53,13 +53,13 @@ static void quirk_mpc8360e_qe_enet10(void)
 
 	np_par = of_find_node_by_name(NULL, "par_io");
 	if (np_par == NULL) {
-		pr_warn("%s couldn;t find par_io node\n", __func__);
+		pr_warn("%s couldn't find par_io node\n", __func__);
 		return;
 	}
 	/* Map Parallel I/O ports registers */
 	ret = of_address_to_resource(np_par, 0, &res);
 	if (ret) {
-		pr_warn("%s couldn;t map par_io registers\n", __func__);
+		pr_warn("%s couldn't map par_io registers\n", __func__);
 		return;
 	}
 
-- 
2.20.1

Re: [PATCH 1/2] powerpc/83xx: Fix some typo in some warning message

From: Michael Ellerman <hidden>
Date: 2020-03-06 00:27:59

On Sat, 2020-02-08 at 14:09:04 UTC, Christophe JAILLET wrote:
"couldn;t" should be "couldn't".

Signed-off-by: Christophe JAILLET <redacted>
Series applied to powerpc next, thanks.

https://git.kernel.org/powerpc/c/365ad0b60d944050d61252e123e6a8b2c3950398

cheers
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help