* [PATCH 1/2] powerpc/83xx: Fix some typo in some warning message
@ 2020-02-08 14:09 Christophe JAILLET
2020-03-06 0:27 ` Michael Ellerman
0 siblings, 1 reply; 2+ messages in thread
From: Christophe JAILLET @ 2020-02-08 14:09 UTC (permalink / raw)
To: oss, galak, benh, paulus, mpe
Cc: kernel-janitors, Christophe JAILLET, linuxppc-dev, linux-kernel
"couldn;t" should be "couldn't".
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
---
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH 1/2] powerpc/83xx: Fix some typo in some warning message
2020-02-08 14:09 [PATCH 1/2] powerpc/83xx: Fix some typo in some warning message Christophe JAILLET
@ 2020-03-06 0:27 ` Michael Ellerman
0 siblings, 0 replies; 2+ messages in thread
From: Michael Ellerman @ 2020-03-06 0:27 UTC (permalink / raw)
To: Christophe JAILLET, oss, galak, benh, paulus
Cc: Christophe JAILLET, kernel-janitors, linuxppc-dev, linux-kernel
On Sat, 2020-02-08 at 14:09:04 UTC, Christophe JAILLET wrote:
> "couldn;t" should be "couldn't".
>
> Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Series applied to powerpc next, thanks.
https://git.kernel.org/powerpc/c/365ad0b60d944050d61252e123e6a8b2c3950398
cheers
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-03-06 0:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-08 14:09 [PATCH 1/2] powerpc/83xx: Fix some typo in some warning message Christophe JAILLET
2020-03-06 0:27 ` Michael Ellerman
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).