svn commit: r365141 - head/sys/dev/vge
Mateusz Guzik
mjg at FreeBSD.org
Tue Sep 1 21:49:50 UTC 2020
Author: mjg
Date: Tue Sep 1 21:49:49 2020
New Revision: 365141
URL: https://svnweb.freebsd.org/changeset/base/365141
Log:
vge: clean up empty lines in .c and .h files
Modified:
head/sys/dev/vge/if_vge.c
head/sys/dev/vge/if_vgereg.h
head/sys/dev/vge/if_vgevar.h
Modified: head/sys/dev/vge/if_vge.c
==============================================================================
--- head/sys/dev/vge/if_vge.c Tue Sep 1 21:49:31 2020 (r365140)
+++ head/sys/dev/vge/if_vge.c Tue Sep 1 21:49:49 2020 (r365141)
@@ -556,7 +556,6 @@ vge_hash_maddr(void *arg, struct sockaddr_dl *sdl, u_i
return (1);
}
-
/*
* Program the multicast filter. We use the 64-entry CAM filter
* for perfect filtering. If there's more than 64 multicast addresses,
@@ -1953,7 +1952,6 @@ vge_start(struct ifnet *ifp)
vge_start_locked(ifp);
VGE_UNLOCK(sc);
}
-
static void
vge_start_locked(struct ifnet *ifp)
Modified: head/sys/dev/vge/if_vgereg.h
==============================================================================
--- head/sys/dev/vge/if_vgereg.h Tue Sep 1 21:49:31 2020 (r365140)
+++ head/sys/dev/vge/if_vgereg.h Tue Sep 1 21:49:49 2020 (r365141)
@@ -396,7 +396,6 @@
* 0xC0 (controls which pattern is set)
*/
-
#define VGE_CAMCTL_WRITE 0x04 /* CAM write command */
#define VGE_CAMCTL_READ 0x08 /* CAM read command */
#define VGE_CAMCTL_INTPKT_SIZ 0x10 /* select interesting pkt CAM size */
Modified: head/sys/dev/vge/if_vgevar.h
==============================================================================
--- head/sys/dev/vge/if_vgevar.h Tue Sep 1 21:49:31 2020 (r365140)
+++ head/sys/dev/vge/if_vgevar.h Tue Sep 1 21:49:49 2020 (r365141)
@@ -246,4 +246,3 @@ struct vge_softc {
#define VGE_RXCHUNK 4
#define VGE_TIMEOUT 10000
-
More information about the svn-src-all
mailing list