Re: [PATCH] net: dsa: make dsa_switch_ops const

From: David Miller
Date: Thu Aug 10 2017 - 01:43:11 EST


From: Bhumika Goyal <bhumirks@xxxxxxxxx>
Date: Wed, 9 Aug 2017 10:34:15 +0530

> Make these structures const as they are only stored in the ops field of
> a dsa_switch structure, which is const.
> Done using Coccinelle.
>
> Signed-off-by: Bhumika Goyal <bhumirks@xxxxxxxxx>

Applied, thank you.