Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Jul 2021 09:30:38 GMT
From:      Andrew Turner <andrew@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: c007408c245b - main - Fix the spelling of '*/' in the vnic driver
Message-ID:  <202107280930.16S9Uc2P014801@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by andrew:

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

commit c007408c245b7aff0f203b021e70f263e57d5173
Author:     Andrew Turner <andrew@FreeBSD.org>
AuthorDate: 2021-07-27 19:43:08 +0000
Commit:     Andrew Turner <andrew@FreeBSD.org>
CommitDate: 2021-07-27 19:45:03 +0000

    Fix the spelling of '*/' in the vnic driver
    
    Sponsored by:   The FreeBSD Foundation
---
 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 73591a0b161a..1dc49ee855a9 100644
--- a/sys/dev/vnic/nicvf_main.c
+++ b/sys/dev/vnic/nicvf_main.c
@@ -485,7 +485,7 @@ nicvf_if_ioctl(struct ifnet *ifp, u_long cmd, caddr_t data)
 			if (if_getdrvflags(ifp) & IFF_DRV_RUNNING) {
 				if ((flags ^ nic->if_flags) & IFF_PROMISC) {
 					/* Change promiscous mode */
-#if 0 /* XXX* /
+#if 0 /* XXX */
 					nicvf_set_promiscous(nic);
 #endif
 				}



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