From: Colin Ian King Date: Fri, 1 Sep 2017 08:22:14 +0000 (+0100) Subject: IB/core: fix spelling mistake: "aceess" -> "access" X-Git-Tag: v4.19~2157^2~112^2~98^3~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8f63d4b1d557b037b597ba5da295a3eb70a6df72;p=platform%2Fkernel%2Flinux-rpi.git IB/core: fix spelling mistake: "aceess" -> "access" Trivial fix to spelling mistake in WARN message Signed-off-by: Colin Ian King Reviewed-by: Leon Romanovsky Signed-off-by: Doug Ledford --- diff --git a/drivers/infiniband/core/uverbs_ioctl_merge.c b/drivers/infiniband/core/uverbs_ioctl_merge.c index 76ddb65..062485f 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,