Re: [PATCH] atm: make atmdev_ops const

From: David Miller
Date: Thu Aug 10 2017 - 01:44:08 EST


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

> Make these structures const as they are either passed to the function
> atm_dev_register having the corresponding argument as const or stored in
> the ops field of a atm_dev structure, which is also const.
> Done using Coccinelle.
>
> Signed-off-by: Bhumika Goyal <bhumirks@xxxxxxxxx>

Applied.