mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 12:42:02 +00:00
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/20200810075824.46770-1-colin.king@canonical.com Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
This commit is contained in:
parent
dfd022a9ea
commit
4469add9d3
@ -2751,7 +2751,7 @@ static int __init ib_core_init(void)
|
|||||||
|
|
||||||
ret = addr_init();
|
ret = addr_init();
|
||||||
if (ret) {
|
if (ret) {
|
||||||
pr_warn("Could't init IB address resolution\n");
|
pr_warn("Couldn't init IB address resolution\n");
|
||||||
goto err_ibnl;
|
goto err_ibnl;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user