IB/core: fix spelling mistake: "aceess" -> "access"
authorColin Ian King <colin.king@canonical.com>
Fri, 1 Sep 2017 08:22:14 +0000 (09:22 +0100)
committerDoug Ledford <dledford@redhat.com>
Wed, 27 Sep 2017 12:54:19 +0000 (08:54 -0400)
Trivial fix to spelling mistake in WARN message

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Leon Romanovsky <leonro@mellanox.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
drivers/infiniband/core/uverbs_ioctl_merge.c

index 76ddb65645782157fd4fc56dac28efab429cf050..062485f9300dc05fdd581fcf487032bafe9317d7 100644 (file)
@@ -376,7 +376,7 @@ static struct uverbs_method_spec *build_method_with_attrs(const struct uverbs_me
                                 min_id) ||
                            WARN(attr_obj_with_special_access &&
                                 !(attr->flags & UVERBS_ATTR_SPEC_F_MANDATORY),
-                                "ib_uverbs: Tried to merge attr (%d) but it's an object with new/destroy aceess but isn't mandatory\n",
+                                "ib_uverbs: Tried to merge attr (%d) but it's an object with new/destroy access but isn't mandatory\n",
                                 min_id) ||
                            WARN(IS_ATTR_OBJECT(attr) &&
                                 attr->flags & UVERBS_ATTR_SPEC_F_MIN_SZ,