Re: [PATCH] chelsio: constify cmac_ops structures

2015-12-08 Thread David Miller
From: Julia Lawall Date: Tue, 8 Dec 2015 21:42:09 +0100 > The cmac_ops structures are never modified, so declare them as const. > > Done with the help of Coccinelle. > > Signed-off-by: Julia Lawall Applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the b

[PATCH] chelsio: constify cmac_ops structures

2015-12-08 Thread Julia Lawall
The cmac_ops structures are never modified, so declare them as const. Done with the help of Coccinelle. Signed-off-by: Julia Lawall --- drivers/net/ethernet/chelsio/cxgb/pm3393.c |2 +- drivers/net/ethernet/chelsio/cxgb/vsc7326.c |2 +- 2 files changed, 2 insertions(+), 2 deletions(-)