Skip to content

Commit

Permalink
typo space removed
Browse files Browse the repository at this point in the history
Signed-off-by: DaRK AnGeL <[email protected]>
  • Loading branch information
masterwishx committed Dec 2, 2024
1 parent 5ce9e77 commit e698d58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/mge-hid.c
Original file line number Diff line number Diff line change
Expand Up @@ -905,7 +905,7 @@ static const char *eaton_input_eco_mode_check_range(double value)
bypass_frequency_str ? bypass_frequency_str : "input.bypass.frequency = NULL",
out_voltage_nominal_str ? out_voltage_nominal_str : "output.voltage.nominal = NULL",
out_frequency_nominal_str ? out_frequency_nominal_str : "output.frequency.nominal = NULL");
/* Disable ECO mode switching, do not enter ECO mode */
/* Disable ECO mode switching, do not enter ECO mode */
dstate_setinfo("input.eco.switchable", "normal");
upsdebugx(1, "%s: Disable ECO mode due to missing input/output variables.", __func__);
return NULL;
Expand Down

0 comments on commit e698d58

Please sign in to comment.