beri: clean up empty lines in .c and .h files

This commit is contained in:
Mateusz Guzik 2020-09-01 21:42:21 +00:00
parent eef5873fc1
commit dcc016d173
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=365120
3 changed files with 0 additions and 3 deletions

View File

@ -635,7 +635,6 @@ vtbe_attach(device_t dev)
static device_method_t vtbe_methods[] = {
DEVMETHOD(device_probe, vtbe_probe),
DEVMETHOD(device_attach, vtbe_attach),
{ 0, 0 }
};

View File

@ -109,7 +109,6 @@ paddr_unmap(void *phys, uint32_t size)
static inline void
_vq_record(uint32_t offs, int i, volatile struct vring_desc *vd,
struct iovec *iov, int n_iov, uint16_t *flags) {
if (i >= n_iov)
return;

View File

@ -347,7 +347,6 @@ vq_init(struct beri_vtblk_softc *sc)
return (0);
}
static void
vtblk_thread(void *arg)
{