diff options
author | Colin Ian King <colin.king@canonical.com> | 2019-07-31 09:01:44 +0100 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2019-07-31 11:54:33 -0400 |
commit | 1dc558923c5ceab0b4eb78dc0050ea4c4aa1accc (patch) | |
tree | b241cad520d4ae0135dbfa41bddf66fe923d09d7 | |
parent | cb560f5fd951cea1e5f4afd2820b1c0deb75dcb1 (diff) | |
download | linux-1dc558923c5ceab0b4eb78dc0050ea4c4aa1accc.tar.gz linux-1dc558923c5ceab0b4eb78dc0050ea4c4aa1accc.tar.bz2 linux-1dc558923c5ceab0b4eb78dc0050ea4c4aa1accc.zip |
RDMA/core: fix spelling mistake "Nelink" -> "Netlink"
There is a spelling mistake in a warning message, fix it.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Leon Romanovsky <leonro@mellanox.com>
Link: https://lore.kernel.org/r/20190731080144.18327-1-colin.king@canonical.com
Signed-off-by: Doug Ledford <dledford@redhat.com>
-rw-r--r-- | drivers/infiniband/core/netlink.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/core/netlink.c b/drivers/infiniband/core/netlink.c index 67a76aca2dd6..81dbd5f41bed 100644 --- a/drivers/infiniband/core/netlink.c +++ b/drivers/infiniband/core/netlink.c @@ -303,7 +303,7 @@ void rdma_nl_exit(void) for (idx = 0; idx < RDMA_NL_NUM_CLIENTS; idx++) 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); } |