svn commit: r365127 - head/sys/dev/xilinx

Mateusz Guzik mjg at FreeBSD.org
Tue Sep 1 21:44:43 UTC 2020


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;
 


More information about the svn-src-head mailing list