mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-03-18 21:14:28 +00:00
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>
This commit is contained in:
parent
dcb7cb97ba
commit
0910b28ef4
1 changed files with 1 additions and 1 deletions
|
@ -1045,7 +1045,7 @@ static struct aem_ro_sensor_template aem2_ro_sensors[] = {
|
||||||
{"power6_average", aem2_show_pcap_value, POWER_CAP_MIN_WARNING},
|
{"power6_average", aem2_show_pcap_value, POWER_CAP_MIN_WARNING},
|
||||||
{"power7_average", aem2_show_pcap_value, POWER_CAP_MIN},
|
{"power7_average", aem2_show_pcap_value, POWER_CAP_MIN},
|
||||||
|
|
||||||
{"power3_average", aem2_show_pcap_value, POWER_AUX},
|
{"power3_average", aem2_show_pcap_value, POWER_AUX},
|
||||||
{"power_cap", aem2_show_pcap_value, POWER_CAP},
|
{"power_cap", aem2_show_pcap_value, POWER_CAP},
|
||||||
{NULL, NULL, 0},
|
{NULL, NULL, 0},
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue