Author: Julia Lawall <Julia.Lawall@lip6.fr> The mxl111sf_demod_config structure is never modified, so declare it as const. Done with the help of Coccinelle. Signed-off-by: Julia Lawall Reviewed-by: Michael Ira Krufky Signed-off-by: Mauro Carvalho Chehab — drivers/media/usb/dvb-usb-v2/mxl111sf-demod.c | 4 ++– drivers/media/usb/dvb-usb-v2/mxl111sf-demod.h | 4 ++– drivers/media/usb/dvb-usb-v2/mxl111sf.c | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff –git …