diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2012-01-08 13:34:05 -0500 |
---|---|---|
committer | Guenter Roeck <guenter.roeck@ericsson.com> | 2012-03-18 21:26:35 -0400 |
commit | 0910b28ef44a0ef3653ac6a10ee8eab0acfe3f09 (patch) | |
tree | a8bd37b599fc8ee065bf60e74414c3f7f2737c03 /drivers/hwmon/ibmaem.c | |
parent | dcb7cb97bafff6c93b65626634f9c066436bf9d2 (diff) |
hwmon: (ibmaem) fix checkpatch issues
fixed:
WARNING: please, no space before tabs
+{"power3_average", ^I aem2_show_pcap_value,^IPOWER_AUX},$
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Acked-by: Darrick J. Wong <djwong@us.ibm.com>
Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com>
Diffstat (limited to 'drivers/hwmon/ibmaem.c')
-rw-r--r-- | drivers/hwmon/ibmaem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/ibmaem.c b/drivers/hwmon/ibmaem.c index cc2981f749a6..37f17e0d9d5d 100644 --- a/drivers/hwmon/ibmaem.c +++ b/drivers/hwmon/ibmaem.c | |||
@@ -1045,7 +1045,7 @@ static struct aem_ro_sensor_template aem2_ro_sensors[] = { | |||
1045 | {"power6_average", aem2_show_pcap_value, POWER_CAP_MIN_WARNING}, | 1045 | {"power6_average", aem2_show_pcap_value, POWER_CAP_MIN_WARNING}, |
1046 | {"power7_average", aem2_show_pcap_value, POWER_CAP_MIN}, | 1046 | {"power7_average", aem2_show_pcap_value, POWER_CAP_MIN}, |
1047 | 1047 | ||
1048 | {"power3_average", aem2_show_pcap_value, POWER_AUX}, | 1048 | {"power3_average", aem2_show_pcap_value, POWER_AUX}, |
1049 | {"power_cap", aem2_show_pcap_value, POWER_CAP}, | 1049 | {"power_cap", aem2_show_pcap_value, POWER_CAP}, |
1050 | {NULL, NULL, 0}, | 1050 | {NULL, NULL, 0}, |
1051 | }; | 1051 | }; |