hwmon: Fix CamelCase checkpatch warnings
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
This commit is contained in:
parent
236d903948
commit
088ce2ac9e
9 changed files with 218 additions and 218 deletions
|
|
@ -45,8 +45,8 @@ struct ntc_thermistor_platform_data {
|
|||
* chan: iio_channel pointer to communicate with the ADC which the
|
||||
* thermistor is using for conversion of the analog values.
|
||||
*/
|
||||
int (*read_uV)(struct ntc_thermistor_platform_data *);
|
||||
unsigned int pullup_uV;
|
||||
int (*read_uv)(struct ntc_thermistor_platform_data *);
|
||||
unsigned int pullup_uv;
|
||||
|
||||
unsigned int pullup_ohm;
|
||||
unsigned int pulldown_ohm;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue