Tag: cfe2f14c72b0266a9f3573427f206a98ad3d409c

qdisc: constify meta_type_ops structures

Author: Julia Lawall <julia.lawall@lip6.fr> The meta_type_ops structures are never modified, so declare them as const. Done with the help of Coccinelle. Signed-off-by: Julia Lawall Signed-off-by: David S. Miller — net/sched/em_meta.c | 8 ++++—- 1 file changed, 4 insertions(+), 4 deletions(-)   diff –git a/net/sched/em_meta.c b/net/sched/em_meta.c index f2aabc0..a309a07 100644 — a/net/sched/em_meta.c +++ b/net/sched/em_meta.c @@ -796,7 +796,7 …

Continue reading