diff options
author | Colin Ian King <colin.king@canonical.com> | 2017-09-01 09:22:14 +0100 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2017-09-27 08:54:19 -0400 |
commit | 8f63d4b1d557b037b597ba5da295a3eb70a6df72 (patch) | |
tree | 90e15160c273f218497cf71c045f4dabb0a6bdb9 /drivers | |
parent | e19b205be43d11bff638cad4487008c48d21c103 (diff) | |
download | linux-8f63d4b1d557b037b597ba5da295a3eb70a6df72.tar.bz2 |
IB/core: fix spelling mistake: "aceess" -> "access"
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>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/infiniband/core/uverbs_ioctl_merge.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/core/uverbs_ioctl_merge.c b/drivers/infiniband/core/uverbs_ioctl_merge.c index 76ddb6564578..062485f9300d 100644 --- a/drivers/infiniband/core/uverbs_ioctl_merge.c +++ b/drivers/infiniband/core/uverbs_ioctl_merge.c @@ -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, |