Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Sep 2020 21:44:43 +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: r365127 - head/sys/dev/xilinx
Message-ID:  <202009012144.081LihwL039762@repo.freebsd.org>

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

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

Modified:
  head/sys/dev/xilinx/if_xae.c
  head/sys/dev/xilinx/xlnx_pcib.c

Modified: head/sys/dev/xilinx/if_xae.c
==============================================================================
--- head/sys/dev/xilinx/if_xae.c	Tue Sep  1 21:43:48 2020	(r365126)
+++ head/sys/dev/xilinx/if_xae.c	Tue Sep  1 21:44:42 2020	(r365127)
@@ -1143,7 +1143,6 @@ static device_method_t xae_methods[] = {
 	DEVMETHOD(miibus_readreg,	xae_miibus_read_reg),
 	DEVMETHOD(miibus_writereg,	xae_miibus_write_reg),
 	DEVMETHOD(miibus_statchg,	xae_miibus_statchg),
-
 	{ 0, 0 }
 };
 

Modified: head/sys/dev/xilinx/xlnx_pcib.c
==============================================================================
--- head/sys/dev/xilinx/xlnx_pcib.c	Tue Sep  1 21:43:48 2020	(r365126)
+++ head/sys/dev/xilinx/xlnx_pcib.c	Tue Sep  1 21:44:42 2020	(r365127)
@@ -596,7 +596,6 @@ xlnx_pcib_msi_alloc_msi(device_t dev, device_t child, 
 	found = false;
 
 	for (irq = 0; (irq + count - 1) < XLNX_PCIB_MAX_MSI; irq++) {
-
 		/* Assume the range is valid. */
 		found = true;
 



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