Tag: 40205163ff84277747347ad0e522a7e2152a7677

[media] drivers/media/usb/dvb-usb-v2: constify mxl111sf_tuner_config structure

Author: Julia Lawall <Julia.Lawall@lip6.fr> 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 Reviewed-by: Michael Ira Krufky Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab — drivers/media/usb/dvb-usb-v2/mxl111sf-tuner.c | 6 +++— drivers/media/usb/dvb-usb-v2/mxl111sf-tuner.h | 8 ++++—- drivers/media/usb/dvb-usb-v2/mxl111sf.c …

Continue reading