git: c007408c245b - main - Fix the spelling of '*/' in the vnic driver
Andrew Turner
andrew at FreeBSD.org
Wed Jul 28 09:30:38 UTC 2021
The branch main has been updated by andrew:
URL: https://cgit.FreeBSD.org/src/commit/?id=c007408c245b7aff0f203b021e70f263e57d5173
commit c007408c245b7aff0f203b021e70f263e57d5173
Author: Andrew Turner <andrew at FreeBSD.org>
AuthorDate: 2021-07-27 19:43:08 +0000
Commit: Andrew Turner <andrew at 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
}
More information about the dev-commits-src-all
mailing list