Skip to content

Commit 4469add

Browse files
Colin Ian Kingjgunthorpe
authored andcommitted
RDMA/core: Fix spelling mistake "Could't" -> "Couldn't"
There is a spelling mistake in a pr_warn message. Fix it. Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Colin Ian King <[email protected]> Signed-off-by: Jason Gunthorpe <[email protected]>
1 parent dfd022a commit 4469add

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/infiniband/core/device.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2751,7 +2751,7 @@ static int __init ib_core_init(void)
27512751

27522752
ret = addr_init();
27532753
if (ret) {
2754-
pr_warn("Could't init IB address resolution\n");
2754+
pr_warn("Couldn't init IB address resolution\n");
27552755
goto err_ibnl;
27562756
}
27572757

0 commit comments

Comments
 (0)