IB/usnic: fix spelling mistake "unvalid" -> "invalid"
authorColin Ian King <colin.king@canonical.com>
Mon, 24 Sep 2018 17:27:38 +0000 (18:27 +0100)
committerJason Gunthorpe <jgg@mellanox.com>
Tue, 25 Sep 2018 20:35:06 +0000 (14:35 -0600)
Trivial fix to spelling mistake in usnic_err error message.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
drivers/infiniband/hw/usnic/usnic_transport.c

index e0a9553..82dd810 100644 (file)
@@ -121,7 +121,7 @@ void usnic_transport_unrsrv_port(enum usnic_transport_type type, u16 port_num)
        if (type == USNIC_TRANSPORT_ROCE_CUSTOM) {
                spin_lock(&roce_bitmap_lock);
                if (!port_num) {
-                       usnic_err("Unreserved unvalid port num 0 for %s\n",
+                       usnic_err("Unreserved invalid port num 0 for %s\n",
                                        usnic_transport_to_str(type));
                        goto out_roce_custom;
                }