Re: [PATCH] hwmon: constify sensor_template_group structures

2015-12-13 Thread Guenter Roeck
On 12/12/2015 08:36 AM, Julia Lawall wrote: The sensor_template_group structures are never modified, so declare them as const. Done with the help of Coccinelle. Signed-off-by: Julia Lawall Applied to hwmon-next. Thanks, Guenter -- To unsubscribe from this list: send the line "unsubscribe l

[PATCH] hwmon: constify sensor_template_group structures

2015-12-12 Thread Julia Lawall
The sensor_template_group structures are never modified, so declare them as const. Done with the help of Coccinelle. Signed-off-by: Julia Lawall --- drivers/hwmon/nct6683.c | 11 ++- drivers/hwmon/nct6775.c | 11 ++- 2 files changed, 12 insertions(+), 10 deletions(-) diff