There are a couple of spelling mistakes in NL_SET_ERR_MSG_ATTR messages.
Fix these.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
        if (err_attr) {
                ret = -EINVAL;
                NL_SET_ERR_MSG_ATTR(info->extack, err_attr,
-                                   "requested channel count exceeeds maximum");
+                                   "requested channel count exceeds maximum");
                goto out_ops;
        }
 
 
        if (err_attr) {
                ret = -EINVAL;
                NL_SET_ERR_MSG_ATTR(info->extack, err_attr,
-                                   "requested ring size exceeeds maximum");
+                                   "requested ring size exceeds maximum");
                goto out_ops;
        }