]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
staging: gdm724x: gdm_lte: Constify gdm_netdev_ops
authorImre Deak <imre.deak@gmail.com>
Sun, 11 Sep 2016 16:48:08 +0000 (19:48 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 12 Sep 2016 09:40:06 +0000 (11:40 +0200)
commitce4b80fb057563ec0cd8751658530597641fcfc9
treed6b3592a2232e5ddfd26dbab844aa90cabcfda8b
parent71d387c9ddc585f35cfaccabebe5890e8e90bb73
staging: gdm724x: gdm_lte: Constify gdm_netdev_ops

Fix the following checkpatch.pl warning:
WARNING: struct net_device_ops should normally be const
+static struct net_device_ops gdm_netdev_ops = {

Signed-off-by: Imre Deak <imre.deak@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/gdm724x/gdm_lte.c