Tag: 4dd191bb6195641edbc527a8495b7b1b816a41e6

net: atm: constify in_cache_ops and eg_cache_ops structures

Author: Julia Lawall <julia.lawall@lip6.fr> The in_cache_ops and eg_cache_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/atm/mpc.h | 4 ++– net/atm/mpoa_caches.c | 4 ++– 2 files changed, 4 insertions(+), 4 deletions(-)   diff –git a/net/atm/mpc.h b/net/atm/mpc.h index 0919a88..cfc7b74 100644 — …

Continue reading