beri: clean up empty lines in .c and .h files
This commit is contained in:
parent
8e616137c4
commit
a45d298fea
@ -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 }
|
||||
};
|
||||
|
||||
|
@ -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;
|
||||
|
||||
|
@ -347,7 +347,6 @@ vq_init(struct beri_vtblk_softc *sc)
|
||||
return (0);
|
||||
}
|
||||
|
||||
|
||||
static void
|
||||
vtblk_thread(void *arg)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user