mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-11-18 07:35:12 +08: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
@ -1045,7 +1045,7 @@ static struct aem_ro_sensor_template aem2_ro_sensors[] = {
|
||||
{"power6_average", aem2_show_pcap_value, POWER_CAP_MIN_WARNING},
|
||||
{"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},
|
||||
{NULL, NULL, 0},
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user