Re: [PATCH] net: dsa: make some structures const
From: Bhumika Goyal Date: Tue, 29 Aug 2017 22:17:52 +0530 > Make these const as they are not modified anywhere. > > Signed-off-by: Bhumika Goyal Applied.
[PATCH] net: dsa: make some structures const
Make these const as they are not modified anywhere. Signed-off-by: Bhumika Goyal --- drivers/net/dsa/bcm_sf2.c | 2 +- drivers/net/dsa/qca8k.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/net/dsa/bcm_sf2.c b/drivers/net/dsa/bcm_sf2.c index bbcb405..8492c9d 100