aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--MAINTAINERS6
-rw-r--r--net/sched/act_api.c2
2 files changed, 6 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 645a9f85f33f..ec8846f58f63 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2752,6 +2752,12 @@ P: Christoph Hellwig
2752M: hch@infradead.org 2752M: hch@infradead.org
2753S: Maintained 2753S: Maintained
2754 2754
2755TC CLASSIFIER
2756P: Jamal Hadi Salim
2757M: hadi@cyberus.ca
2758L: netdev@vger.kernel.org
2759S: Maintained
2760
2755TI OMAP RANDOM NUMBER GENERATOR SUPPORT 2761TI OMAP RANDOM NUMBER GENERATOR SUPPORT
2756P: Deepak Saxena 2762P: Deepak Saxena
2757M: dsaxena@plexity.net 2763M: dsaxena@plexity.net
diff --git a/net/sched/act_api.c b/net/sched/act_api.c
index 0972247a839c..9affeeedf107 100644
--- a/net/sched/act_api.c
+++ b/net/sched/act_api.c
@@ -884,8 +884,6 @@ static int __init tc_action_init(void)
884 link_p[RTM_GETACTION-RTM_BASE].dumpit = tc_dump_action; 884 link_p[RTM_GETACTION-RTM_BASE].dumpit = tc_dump_action;
885 } 885 }
886 886
887 printk("TC classifier action (bugs to netdev@vger.kernel.org cc "
888 "hadi@cyberus.ca)\n");
889 return 0; 887 return 0;
890} 888}
891 889