From: Neutron Soutmun Date: Mon, 17 Oct 2016 04:51:06 +0000 (+0700) Subject: ipset: Drop extra comma from error message X-Git-Tag: v6.30~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=30c0419adcfeaa53458a793b1c7053b13451152f;p=ipset ipset: Drop extra comma from error message * The "by userspace." should be concat with the error message instead. Signed-off-by: Neutron Soutmun Signed-off-by: Jozsef Kadlecsik --- diff --git a/lib/types.c b/lib/types.c index 1520103..f303ea6 100644 --- a/lib/types.c +++ b/lib/types.c @@ -452,7 +452,7 @@ ipset_type_check(struct ipset_session *session) if (!match) return ipset_errptr(session, "Kernel and userspace incompatible: " - "settype %s with revision %u not supported ", + "settype %s with revision %u not supported " "by userspace.", typename, revision); set_family_and_type(data, match, family);