mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 23:32:14 +00:00
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>
This commit is contained in:
parent
80f0f574cc
commit
d020d4559d
2 changed files with 8 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue