Thread (2 messages) 2 messages, 2 authors, 2020-08-19

[PATCH] RDMA/core: fix spelling mistake "Could't" -> "Couldn't"

From: Colin King <hidden>
Date: 2020-08-10 07:58:29
Also in: kernel-janitors, lkml
Subsystem: infiniband subsystem, the rest · Maintainers: Jason Gunthorpe, Leon Romanovsky, Linus Torvalds

From: Colin Ian King <redacted>

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

Signed-off-by: Colin Ian King <redacted>
---
 drivers/infiniband/core/device.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/infiniband/core/device.c b/drivers/infiniband/core/device.c
index 82bfee258982..d16d42b3d2ce 100644
--- a/drivers/infiniband/core/device.c
+++ b/drivers/infiniband/core/device.c
@@ -2747,7 +2747,7 @@ static int __init ib_core_init(void)
 
 	ret = addr_init();
 	if (ret) {
-		pr_warn("Could't init IB address resolution\n");
+		pr_warn("Couldn't init IB address resolution\n");
 		goto err_ibnl;
 	}
 
-- 
2.27.0
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help