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:

committed by
David S. Miller

parent
80f0f574cc
commit
d020d4559d
@@ -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)
|
||||
|
Reference in New Issue
Block a user