Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Sep 2024 20:02:02 GMT
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 9ebdfc41bd34 - stable/14 - mfi: correct typo in sysctl/tunable description
Message-ID:  <202409092002.489K22Fc049814@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=9ebdfc41bd34c355152e554151c92e74fc2f1af0

commit 9ebdfc41bd34c355152e554151c92e74fc2f1af0
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2024-06-03 20:31:16 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2024-09-09 20:01:47 +0000

    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)
---
 sys/dev/mfi/mfi_pci.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/dev/mfi/mfi_pci.c b/sys/dev/mfi/mfi_pci.c
index de7d88556c8c..82082e6b72cf 100644
--- a/sys/dev/mfi/mfi_pci.c
+++ b/sys/dev/mfi/mfi_pci.c
@@ -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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409092002.489K22Fc049814>