[PATCH v2] net: xilinx: constify net_device_ops structure

David Miller davem at davemloft.net
Mon Jan 23 13:00:50 PST 2017


From: Bhumika Goyal <bhumirks at gmail.com>
Date: Sat, 21 Jan 2017 12:28:58 +0530

> Declare net_device_ops structure as const as it is only stored in
> the netdev_ops field of a net_device structure. This field is of type
> const, so net_device_ops structures having same properties can be made
> const too.
> Done using Coccinelle:
 ...
> Signed-off-by: Bhumika Goyal <bhumirks at gmail.com>

Applied.



More information about the linux-arm-kernel mailing list