]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
[media] drivers/media/usb/dvb-usb-v2: constify mxl111sf_tuner_config structure
authorJulia Lawall <Julia.Lawall@lip6.fr>
Sun, 3 Jan 2016 12:11:06 +0000 (10:11 -0200)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Mon, 1 Feb 2016 09:58:08 +0000 (07:58 -0200)
commit40205163ff84277747347ad0e522a7e2152a7677
tree02ee8fd6f5d8d7c94990854045e5bcf40f905e44
parent3defe84a76d5055b24e2e04b5171892fa9455566
[media] drivers/media/usb/dvb-usb-v2: constify mxl111sf_tuner_config structure

This mxl111sf_tuner_config structure is never modified, so declare it as
const.

There are some indentation changes to remain within 80 columns.

Done with the help of Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Reviewed-by: Michael Ira Krufky <mkrufky@linuxtv.org>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/usb/dvb-usb-v2/mxl111sf-tuner.c
drivers/media/usb/dvb-usb-v2/mxl111sf-tuner.h
drivers/media/usb/dvb-usb-v2/mxl111sf.c