mirror of
https://github.com/opnsense/src.git
synced 2026-02-19 02:30:08 -05:00
mfi: correct typo in sysctl/tunable description
Reported by: jrtc27 Reviewed by: lwhsu Sponsored by: The FreeBSD Foundation Event: Kitchener-Waterloo Hackathon 202406 (cherry picked from commit e0dcb9b611d3b3e471d7bc30bcff7cd4e26c6f19)
This commit is contained in:
parent
508356c038
commit
9ebdfc41bd
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ SYSCTL_INT(_hw_mfi, OID_AUTO, msi, CTLFLAG_RDTUN, &mfi_msi, 0,
|
|||
|
||||
static int mfi_mrsas_enable;
|
||||
SYSCTL_INT(_hw_mfi, OID_AUTO, mrsas_enable, CTLFLAG_RDTUN, &mfi_mrsas_enable,
|
||||
0, "Allow mrasas to take newer cards");
|
||||
0, "Allow mrsas to take newer cards");
|
||||
|
||||
struct mfi_ident {
|
||||
uint16_t vendor;
|
||||
|
|
|
|||
Loading…
Reference in a new issue