sys/dev/enic/if_enic.c: remove an extra semicolon

Signed-off-by: rilysh <nightquick@proton.me>
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/959
This commit is contained in:
rilysh 2024-02-02 17:38:12 -07:00 committed by Warner Losh
parent abd9758fe2
commit f830db48c1

View File

@ -1587,7 +1587,7 @@ enic_setup_finish(struct enic *enic)
softc->multicast = 0;
softc->broadcast = 1;
softc->promisc = 0;
softc->allmulti = 1;;
softc->allmulti = 1;
enic_update_packet_filter(enic);
return 0;