aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/sch_generic.h
diff options
context:
space:
mode:
authorAlexander Aring <aring@mojatatu.com>2018-01-18 11:20:49 -0500
committerDavid S. Miller <davem@davemloft.net>2018-01-19 15:52:51 -0500
commit8865fdd4e1538a775c5ac2157fb8eb45bee9dc18 (patch)
tree05ccc98bb220267a71664e6bad2d16dd72ef8481 /include/net/sch_generic.h
parentmlxsw: spectrum: Upper-bound supported FW version (diff)
downloadlinux-dev-8865fdd4e1538a775c5ac2157fb8eb45bee9dc18.tar.xz
linux-dev-8865fdd4e1538a775c5ac2157fb8eb45bee9dc18.zip
net: sched: cls: fix code style issues
This patch changes some code style issues pointed out by checkpatch inside the TC cls subsystem. Signed-off-by: Alexander Aring <aring@mojatatu.com> Acked-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/sch_generic.h')
-rw-r--r--include/net/sch_generic.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/net/sch_generic.h b/include/net/sch_generic.h
index cfc19d0ba2ad..c90f5fe6bed9 100644
--- a/include/net/sch_generic.h
+++ b/include/net/sch_generic.h
@@ -240,7 +240,8 @@ struct tcf_proto_ops {
struct tcf_proto*, unsigned long,
u32 handle, struct nlattr **,
void **, bool);
- int (*delete)(struct tcf_proto*, void *, bool*);
+ int (*delete)(struct tcf_proto *tp, void *arg,
+ bool *last);
void (*walk)(struct tcf_proto*, struct tcf_walker *arg);
void (*bind_class)(void *, u32, unsigned long);