mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
ipmi(4): spelling fix cyle_wait -> cycle_wait
There are no consumers of hw.ipmi.cyle_wait in our tree. Also the knob is undocumented, so it should be safe to fix its name. No MFC planned, though.
This commit is contained in:
parent
280f34c37c
commit
6d9d4b2da8
1 changed files with 2 additions and 2 deletions
|
|
@ -110,7 +110,7 @@ SYSCTL_INT(_hw_ipmi, OID_AUTO, wd_startup_countdown, CTLFLAG_RDTUN,
|
|||
SYSCTL_INT(_hw_ipmi, OID_AUTO, wd_pretimeout_countdown, CTLFLAG_RWTUN,
|
||||
&wd_pretimeout_countdown, 0,
|
||||
"IPMI watchdog pre-timeout countdown (seconds)");
|
||||
SYSCTL_INT(_hw_ipmi, OID_AUTO, cyle_wait, CTLFLAG_RWTUN,
|
||||
SYSCTL_INT(_hw_ipmi, OID_AUTO, cycle_wait, CTLFLAG_RWTUN,
|
||||
&cycle_wait, 0,
|
||||
"IPMI power cycle on reboot delay time (seconds)");
|
||||
|
||||
|
|
@ -794,7 +794,7 @@ ipmi_power_cycle(void *arg, int howto)
|
|||
}
|
||||
|
||||
/*
|
||||
* BMCs are notoriously slow, give it cyle_wait seconds for the power
|
||||
* BMCs are notoriously slow, give it cycle_wait seconds for the power
|
||||
* down leg of the power cycle. If that fails, fallback to the next
|
||||
* hanlder in the shutdown_final chain and/or the platform failsafe.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue