Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Nov 2025 19:04:34 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 2bc7e0001034 - stable/15 - vnic: Fix a typo in a device messsage
Message-ID:  <202511081904.5A8J4Ybg075261@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch stable/15 has been updated by gbe:

URL: https://cgit.FreeBSD.org/src/commit/?id=2bc7e00010349e1fbac268eb73ad0be6a48a1ecd

commit 2bc7e00010349e1fbac268eb73ad0be6a48a1ecd
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2025-10-29 15:25:33 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2025-11-08 19:04:19 +0000

    vnic: Fix a typo in a device messsage
    
    - s/interrups/interrupts/
    
    (cherry picked from commit 74a44a0bc8ab965d28d1ce804d3f0aead035faf0)
---
 sys/dev/vnic/nicvf_main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/dev/vnic/nicvf_main.c b/sys/dev/vnic/nicvf_main.c
index dd44e420c78f..59f7abeacdd5 100644
--- a/sys/dev/vnic/nicvf_main.c
+++ b/sys/dev/vnic/nicvf_main.c
@@ -1402,7 +1402,7 @@ nicvf_allocate_net_interrupts(struct nicvf *nic)
 
 	/* MSI-X must be configured by now */
 	if (!nic->msix_enabled) {
-		device_printf(nic->dev, "Cannot alloacte queue interrups. "
+		device_printf(nic->dev, "Cannot alloacte queue interrupts. "
 		    "MSI-X interrupts disabled.\n");
 		return (ENXIO);
 	}


home | help

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