Re: [PATCH] hamradio: baycom: make hdlcdrv_ops const

2017-08-07 Thread David Miller
From: Bhumika Goyal Date: Sun, 6 Aug 2017 14:21:45 +0530 > Make hdlcdrv_ops structures const as they are only passed to > hdlcdrv_register function. The corresponding argument is of type const, > so make the structures const. > > Signed-off-by: Bhumika Goyal

[PATCH] hamradio: baycom: make hdlcdrv_ops const

2017-08-06 Thread Bhumika Goyal
Make hdlcdrv_ops structures const as they are only passed to hdlcdrv_register function. The corresponding argument is of type const, so make the structures const. Signed-off-by: Bhumika Goyal --- drivers/net/hamradio/baycom_par.c | 2 +-