Author: Julia Lawall <Julia.Lawall@lip6.fr> The sensor_template_group structures are never modified, so declare them as const. Done with the help of Coccinelle. Signed-off-by: Julia Lawall Signed-off-by: Guenter Roeck — drivers/hwmon/nct6683.c | 11 ++++++—– drivers/hwmon/nct6775.c | 11 ++++++—– 2 files changed, 12 insertions(+), 10 deletions(-) diff –git a/drivers/hwmon/nct6683.c b/drivers/hwmon/nct6683.c index 37f0170..6cf392c 100644 — a/drivers/hwmon/nct6683.c +++ b/drivers/hwmon/nct6683.c …