aboutsummaryrefslogtreecommitdiffstats
path: root/include/net
diff options
context:
space:
mode:
authorRoman Mashak <mrv@mojatatu.com>2018-06-27 13:33:31 -0400
committerDavid S. Miller <davem@davemloft.net>2018-06-28 22:12:03 +0900
commitd020d4559de9baf47cafa2669f29ea59d11a914c (patch)
treec0000c407e3385796c0e45e15382559809691ad7 /include/net
parentnet sched actions: fix coding style in pedit action (diff)
downloadlinux-dev-d020d4559de9baf47cafa2669f29ea59d11a914c.tar.xz
linux-dev-d020d4559de9baf47cafa2669f29ea59d11a914c.zip
net sched actions: fix coding style in pedit headers
Fix coding style issues in tc pedit headers detected by the checkpatch script. Reviewed-by: Simon Horman <simon.horman@netronome.com> Signed-off-by: Roman Mashak <mrv@mojatatu.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net')
-rw-r--r--include/net/tc_act/tc_pedit.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/tc_act/tc_pedit.h b/include/net/tc_act/tc_pedit.h
index 227a6f1d02f4..fac3ad4a86de 100644
--- a/include/net/tc_act/tc_pedit.h
+++ b/include/net/tc_act/tc_pedit.h
@@ -17,6 +17,7 @@ struct tcf_pedit {
struct tc_pedit_key *tcfp_keys;
struct tcf_pedit_key_ex *tcfp_keys_ex;
};
+
#define to_pedit(a) ((struct tcf_pedit *)a)
static inline bool is_tcf_pedit(const struct tc_action *a)