]> git.sur5r.net Git - groeck-nct6775/commit
hwmon: (nct6775) constify sensor_template_group structures
authorJulia Lawall <Julia.Lawall@lip6.fr>
Sat, 12 Dec 2015 16:36:39 +0000 (17:36 +0100)
committerGuenter Roeck <linux@roeck-us.net>
Thu, 4 Aug 2016 13:32:19 +0000 (06:32 -0700)
commit7ec12358533b6c2637a83c1778e9b1d610200613
tree91dab76f6ee40bcdd162b2ada168c9f630036bac
parent31d43648cf0e0d9f700132a2178711221a033fcf
hwmon: (nct6775) constify sensor_template_group structures

The sensor_template_group structures are never modified, so declare them as
const.

Done with the help of Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
nct6775.c