All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] extensions: fix cgroup2 help message in libxt_cgroup.c.
@ 2016-01-25  6:09 Rami Rosen
  2016-01-25 10:20 ` Pablo Neira Ayuso
  0 siblings, 1 reply; 2+ messages in thread
From: Rami Rosen @ 2016-01-25  6:09 UTC (permalink / raw)
  To: netfilter; +Cc: pablo, tj, dborkman, jengelh, Rami Rosen

This patch fixes a typo in the cgroup2 cgroup_help_v1() method in extensions\ibxt_cgroup.c.

Signed-off-by: Rami Rosen <rami.rosen@intel.com>
---
 extensions/libxt_cgroup.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extensions/libxt_cgroup.c b/extensions/libxt_cgroup.c
index bea3c80..3be42ad 100644
--- a/extensions/libxt_cgroup.c
+++ b/extensions/libxt_cgroup.c
@@ -19,7 +19,7 @@ static void cgroup_help_v1(void)
 	printf(
 "cgroup match options:\n"
 "[!] --path path                 Recursively match path relative to cgroup2 root\n"
-"[!] --cgroup claasid            Match cgroup classid, can't be used with --path\n");
+"[!] --cgroup classid            Match cgroup classid, can't be used with --path\n");
 }
 
 static const struct xt_option_entry cgroup_opts_v0[] = {
-- 
1.9.3


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] extensions: fix cgroup2 help message in libxt_cgroup.c.
  2016-01-25  6:09 [PATCH] extensions: fix cgroup2 help message in libxt_cgroup.c Rami Rosen
@ 2016-01-25 10:20 ` Pablo Neira Ayuso
  0 siblings, 0 replies; 2+ messages in thread
From: Pablo Neira Ayuso @ 2016-01-25 10:20 UTC (permalink / raw)
  To: Rami Rosen; +Cc: netfilter, tj, dborkman, jengelh, netfilter-devel

On Mon, Jan 25, 2016 at 08:09:39AM +0200, Rami Rosen wrote:
> This patch fixes a typo in the cgroup2 cgroup_help_v1() method in extensions\ibxt_cgroup.c.

Applied, thanks Rami.

P.S: Please next time submit your patch to
netfilter-devel@vger.kernel.org.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-01-25 10:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-25  6:09 [PATCH] extensions: fix cgroup2 help message in libxt_cgroup.c Rami Rosen
2016-01-25 10:20 ` Pablo Neira Ayuso

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.