Commit 1dc55892 authored by Colin Ian King's avatar Colin Ian King Committed by Doug Ledford

RDMA/core: fix spelling mistake "Nelink" -> "Netlink"

There is a spelling mistake in a warning message, fix it.
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Reviewed-by: default avatarLeon Romanovsky <leonro@mellanox.com>
Link: https://lore.kernel.org/r/20190731080144.18327-1-colin.king@canonical.comSigned-off-by: default avatarDoug Ledford <dledford@redhat.com>
parent cb560f5f
...@@ -303,7 +303,7 @@ void rdma_nl_exit(void) ...@@ -303,7 +303,7 @@ void rdma_nl_exit(void)
for (idx = 0; idx < RDMA_NL_NUM_CLIENTS; idx++) for (idx = 0; idx < RDMA_NL_NUM_CLIENTS; idx++)
WARN(rdma_nl_types[idx].cb_table, WARN(rdma_nl_types[idx].cb_table,
"Nelink client %d wasn't released prior to unloading %s\n", "Netlink client %d wasn't released prior to unloading %s\n",
idx, KBUILD_MODNAME); idx, KBUILD_MODNAME);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment