Fix the spelling of '*/' in the vnic driver
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
2531f067ea
commit
c007408c24
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user