Re: [PATCH] hamradio: baycom: make hdlcdrv_ops const
From: David Miller
Date: Mon Aug 07 2017 - 17:27:04 EST
From: Bhumika Goyal <bhumirks@xxxxxxxxx>
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 <bhumirks@xxxxxxxxx>
Applied, thanks.