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

This commit is contained in:
Mateusz Guzik 2020-09-01 21:58:40 +00:00
parent 0bc261868a
commit 9b15b0633e

View File

@ -270,7 +270,7 @@ proto_busdma_md_load_callback(void *arg, bus_dma_segment_t *segs, int nseg,
bus_size_t sz, int error)
{
struct proto_callback_bundle *pcb = arg;
pcb->ioc->u.md.bus_nsegs = nseg;
pcb->ioc->u.md.bus_addr = segs[0].ds_addr;
}