diff options
| author | Guenter Roeck <linux@roeck-us.net> | 2013-03-13 19:40:39 -0400 |
|---|---|---|
| committer | Guenter Roeck <linux@roeck-us.net> | 2013-04-08 00:16:40 -0400 |
| commit | 088ce2ac9ebac5c74faf4d39083627875fa6f0f0 (patch) | |
| tree | 4e62aa545bf3fc762ec35538799dcfc24751e769 /include/linux/platform_data | |
| parent | 236d9039480059f97dc9d3cd75e3651582b62997 (diff) | |
hwmon: Fix CamelCase checkpatch warnings
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'include/linux/platform_data')
| -rw-r--r-- | include/linux/platform_data/ntc_thermistor.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/platform_data/ntc_thermistor.h b/include/linux/platform_data/ntc_thermistor.h index fa95f9cbe7ea..c7285b575462 100644 --- a/include/linux/platform_data/ntc_thermistor.h +++ b/include/linux/platform_data/ntc_thermistor.h | |||
| @@ -45,8 +45,8 @@ struct ntc_thermistor_platform_data { | |||
| 45 | * chan: iio_channel pointer to communicate with the ADC which the | 45 | * chan: iio_channel pointer to communicate with the ADC which the |
| 46 | * thermistor is using for conversion of the analog values. | 46 | * thermistor is using for conversion of the analog values. |
| 47 | */ | 47 | */ |
| 48 | int (*read_uV)(struct ntc_thermistor_platform_data *); | 48 | int (*read_uv)(struct ntc_thermistor_platform_data *); |
| 49 | unsigned int pullup_uV; | 49 | unsigned int pullup_uv; |
| 50 | 50 | ||
| 51 | unsigned int pullup_ohm; | 51 | unsigned int pullup_ohm; |
| 52 | unsigned int pulldown_ohm; | 52 | unsigned int pulldown_ohm; |
