Re: [PATCH] chelsio: constify cphy_ops structures

2016-01-04 Thread David Miller
From: Julia Lawall Date: Sun, 3 Jan 2016 14:09:37 +0100 > The cphy_ops structures are never modified, so declare them as const. > > Done with the help of Coccinelle. > > Signed-off-by: Julia Lawall Applied, thanks Julia. -- To unsubscribe from this list: send the line "unsubscribe

Re: [PATCH] chelsio: constify cphy_ops structures

2016-01-04 Thread David Miller
From: Julia Lawall Date: Sun, 3 Jan 2016 14:09:37 +0100 > The cphy_ops structures are never modified, so declare them as const. > > Done with the help of Coccinelle. > > Signed-off-by: Julia Lawall Applied, thanks Julia. -- To unsubscribe from

[PATCH] chelsio: constify cphy_ops structures

2016-01-03 Thread Julia Lawall
The cphy_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/cphy.h |2 +- drivers/net/ethernet/chelsio/cxgb/mv88e1xxx.c |2 +-

[PATCH] chelsio: constify cphy_ops structures

2016-01-03 Thread Julia Lawall
The cphy_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/cphy.h |2 +- drivers/net/ethernet/chelsio/cxgb/mv88e1xxx.c |2 +-