Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Sep 2020 21:41:56 +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: r365118 - head/sys/dev/axgbe
Message-ID:  <202009012141.081LfuJN036344@repo.freebsd.org>

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

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

Modified:
  head/sys/dev/axgbe/if_axgbe.c

Modified: head/sys/dev/axgbe/if_axgbe.c
==============================================================================
--- head/sys/dev/axgbe/if_axgbe.c	Tue Sep  1 21:41:38 2020	(r365117)
+++ head/sys/dev/axgbe/if_axgbe.c	Tue Sep  1 21:41:55 2020	(r365118)
@@ -391,7 +391,6 @@ axgbe_attach(device_t dev)
 	sc->prv.phy.advertising = ADVERTISED_10000baseKR_Full |
 	    ADVERTISED_1000baseKX_Full;
 
-
 	/*
 	 * Read the needed properties from the phy node.
 	 */
@@ -563,7 +562,6 @@ static device_method_t axgbe_methods[] = {
 	/* Device interface */
 	DEVMETHOD(device_probe,		axgbe_probe),
 	DEVMETHOD(device_attach,	axgbe_attach),
-
 	{ 0, 0 }
 };
 
@@ -573,7 +571,6 @@ DEFINE_CLASS_0(axgbe, axgbe_driver, axgbe_methods,
     sizeof(struct axgbe_softc));
 DRIVER_MODULE(axgbe, simplebus, axgbe_driver, axgbe_devclass, 0, 0);
 
-
 static struct ofw_compat_data phy_compat_data[] = {
 	{ "amd,xgbe-phy-seattle-v1a",	true },
 	{ NULL,				false }
@@ -608,7 +605,6 @@ static device_method_t axgbephy_methods[] = {
 	/* Device interface */
 	DEVMETHOD(device_probe,		axgbephy_probe),
 	DEVMETHOD(device_attach,	axgbephy_attach),
-
 	{ 0, 0 }
 };
 



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