* [patch net-next] sched: fix act file names in header comment
@ 2014-11-05 19:51 Jiri Pirko
2014-11-05 21:38 ` Cong Wang
2014-11-06 20:05 ` David Miller
0 siblings, 2 replies; 3+ messages in thread
From: Jiri Pirko @ 2014-11-05 19:51 UTC (permalink / raw)
To: netdev; +Cc: davem, jhs
Fixes: 4bba3925 ("[PKT_SCHED]: Prefix tc actions with act_")
Signed-off-by: Jiri Pirko <jiri@resnulli.us>
---
net/sched/act_gact.c | 2 +-
net/sched/act_ipt.c | 2 +-
net/sched/act_mirred.c | 2 +-
net/sched/act_pedit.c | 2 +-
net/sched/act_police.c | 2 +-
net/sched/act_simple.c | 2 +-
6 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/net/sched/act_gact.c b/net/sched/act_gact.c
index d6bcbd9..7fffc22 100644
--- a/net/sched/act_gact.c
+++ b/net/sched/act_gact.c
@@ -1,5 +1,5 @@
/*
- * net/sched/gact.c Generic actions
+ * net/sched/act_gact.c Generic actions
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/net/sched/act_ipt.c b/net/sched/act_ipt.c
index 8a64a07..cbc8dd7 100644
--- a/net/sched/act_ipt.c
+++ b/net/sched/act_ipt.c
@@ -1,5 +1,5 @@
/*
- * net/sched/ipt.c iptables target interface
+ * net/sched/act_ipt.c iptables target interface
*
*TODO: Add other tables. For now we only support the ipv4 table targets
*
diff --git a/net/sched/act_mirred.c b/net/sched/act_mirred.c
index eb48306..5953517 100644
--- a/net/sched/act_mirred.c
+++ b/net/sched/act_mirred.c
@@ -1,5 +1,5 @@
/*
- * net/sched/mirred.c packet mirroring and redirect actions
+ * net/sched/act_mirred.c packet mirroring and redirect actions
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/net/sched/act_pedit.c b/net/sched/act_pedit.c
index 5f9bcb2..59649d5 100644
--- a/net/sched/act_pedit.c
+++ b/net/sched/act_pedit.c
@@ -1,5 +1,5 @@
/*
- * net/sched/pedit.c Generic packet editor
+ * net/sched/act_pedit.c Generic packet editor
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/net/sched/act_police.c b/net/sched/act_police.c
index 69791ca..9a1c42a 100644
--- a/net/sched/act_police.c
+++ b/net/sched/act_police.c
@@ -1,5 +1,5 @@
/*
- * net/sched/police.c Input police filter.
+ * net/sched/act_police.c Input police filter
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/net/sched/act_simple.c b/net/sched/act_simple.c
index 992c231..6a8d948 100644
--- a/net/sched/act_simple.c
+++ b/net/sched/act_simple.c
@@ -1,5 +1,5 @@
/*
- * net/sched/simp.c Simple example of an action
+ * net/sched/act_simple.c Simple example of an action
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
--
1.9.3
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [patch net-next] sched: fix act file names in header comment
2014-11-05 19:51 [patch net-next] sched: fix act file names in header comment Jiri Pirko
@ 2014-11-05 21:38 ` Cong Wang
2014-11-06 20:05 ` David Miller
1 sibling, 0 replies; 3+ messages in thread
From: Cong Wang @ 2014-11-05 21:38 UTC (permalink / raw)
To: Jiri Pirko; +Cc: netdev, David Miller, Jamal Hadi Salim
On Wed, Nov 5, 2014 at 11:51 AM, Jiri Pirko <jiri@resnulli.us> wrote:
> diff --git a/net/sched/act_gact.c b/net/sched/act_gact.c
> index d6bcbd9..7fffc22 100644
> --- a/net/sched/act_gact.c
> +++ b/net/sched/act_gact.c
> @@ -1,5 +1,5 @@
> /*
> - * net/sched/gact.c Generic actions
> + * net/sched/act_gact.c Generic actions
Or maybe just remove the file name from the comment?
I have no strong opinions here.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [patch net-next] sched: fix act file names in header comment
2014-11-05 19:51 [patch net-next] sched: fix act file names in header comment Jiri Pirko
2014-11-05 21:38 ` Cong Wang
@ 2014-11-06 20:05 ` David Miller
1 sibling, 0 replies; 3+ messages in thread
From: David Miller @ 2014-11-06 20:05 UTC (permalink / raw)
To: jiri; +Cc: netdev, jhs
From: Jiri Pirko <jiri@resnulli.us>
Date: Wed, 5 Nov 2014 20:51:51 +0100
> Fixes: 4bba3925 ("[PKT_SCHED]: Prefix tc actions with act_")
> Signed-off-by: Jiri Pirko <jiri@resnulli.us>
Applied, thanks Jiri.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-11-06 20:05 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-05 19:51 [patch net-next] sched: fix act file names in header comment Jiri Pirko
2014-11-05 21:38 ` Cong Wang
2014-11-06 20:05 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).