diff options
author | Roman Mashak <mrv@mojatatu.com> | 2018-06-27 13:33:31 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-06-28 22:12:03 +0900 |
commit | d020d4559de9baf47cafa2669f29ea59d11a914c (patch) | |
tree | c0000c407e3385796c0e45e15382559809691ad7 /include/net/tc_act | |
parent | 80f0f574cc615b2c61bdfb0e3c2449478d63c488 (diff) | |
download | linux-d020d4559de9baf47cafa2669f29ea59d11a914c.tar.bz2 |
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/tc_act')
-rw-r--r-- | include/net/tc_act/tc_pedit.h | 1 |
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) |