Fix the spelling of '*/' in the vnic driver

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Andrew Turner 2021-07-27 19:43:08 +00:00
parent 2531f067ea
commit c007408c24

View File

@ -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
}