Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Sep 2020 21:58:40 +0000 (UTC)
From:      Mateusz Guzik <mjg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r365174 - head/sys/dev/proto
Message-ID:  <202009012158.081Lwejm048210@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mjg
Date: Tue Sep  1 21:58:40 2020
New Revision: 365174
URL: https://svnweb.freebsd.org/changeset/base/365174

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

Modified:
  head/sys/dev/proto/proto_busdma.c

Modified: head/sys/dev/proto/proto_busdma.c
==============================================================================
--- head/sys/dev/proto/proto_busdma.c	Tue Sep  1 21:58:29 2020	(r365173)
+++ head/sys/dev/proto/proto_busdma.c	Tue Sep  1 21:58:40 2020	(r365174)
@@ -270,7 +270,7 @@ proto_busdma_md_load_callback(void *arg, bus_dma_segme
     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;
 }



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009012158.081Lwejm048210>