From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jamal Hadi Salim Subject: [PATCH net-next 00/13] net: sched: actions rename for grep-ability and consistency Date: Sun, 12 Aug 2018 09:34:48 -0400 Message-ID: <20180812133501.15278-1-jhs@emojatatu.com> Cc: xiyou.wangcong@gmail.com, jiri@resnulli.us, netdev@vger.kernel.org, kernel@mojatatu.com, Jamal Hadi Salim To: davem@davemloft.net Return-path: Received: from mail-io0-f176.google.com ([209.85.223.176]:46515 "EHLO mail-io0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727796AbeHLQNh (ORCPT ); Sun, 12 Aug 2018 12:13:37 -0400 Received: by mail-io0-f176.google.com with SMTP id i18-v6so11875365ioj.13 for ; Sun, 12 Aug 2018 06:35:32 -0700 (PDT) Sender: netdev-owner@vger.kernel.org List-ID: From: Jamal Hadi Salim Having a structure (example tcf_mirred) and a function with the same name is not good for readability or grepability. This long overdue patchset improves it and make sure there is consistency across all actions Jamal Hadi Salim (13): net: sched: act_connmark method rename for grep-ability and consistency net: sched: act_bpf method rename for grep-ability and consistency net: sched: act_sum method rename for grep-ability and consistency net: sched: act_gact method rename for grep-ability and consistency net: sched: act_ipt method rename for grep-ability and consistency net: sched: act_nat method rename for grep-ability and consistency net: sched: act_pedit method rename for grep-ability and consistency net: sched: act_police method rename for grep-ability and consistency net: sched: act_simple method rename for grep-ability and consistency net: sched: act_skbedit method rename for grep-ability and consistency net: sched: act_skbmod method rename for grep-ability and consistency net: sched: act_vlan method rename for grep-ability and consistency net: sched: act_mirred method rename for grep-ability and consistency net/sched/act_bpf.c | 6 +++--- net/sched/act_connmark.c | 6 +++--- net/sched/act_csum.c | 6 +++--- net/sched/act_gact.c | 6 +++--- net/sched/act_ipt.c | 8 ++++---- net/sched/act_mirred.c | 6 +++--- net/sched/act_nat.c | 6 +++--- net/sched/act_pedit.c | 6 +++--- net/sched/act_police.c | 16 ++++++++-------- net/sched/act_simple.c | 6 +++--- net/sched/act_skbedit.c | 6 +++--- net/sched/act_skbmod.c | 4 ++-- net/sched/act_vlan.c | 6 +++--- 13 files changed, 44 insertions(+), 44 deletions(-) -- 2.11.0