Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Sep 2020 21:56:04 +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: r365164 - head/sys/dev/rl
Message-ID:  <202009012156.081Lu4OK047569@repo.freebsd.org>

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

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

Modified:
  head/sys/dev/rl/if_rl.c

Modified: head/sys/dev/rl/if_rl.c
==============================================================================
--- head/sys/dev/rl/if_rl.c	Tue Sep  1 21:55:52 2020	(r365163)
+++ head/sys/dev/rl/if_rl.c	Tue Sep  1 21:56:03 2020	(r365164)
@@ -590,7 +590,7 @@ rl_probe(device_t dev)
 	const struct rl_type	*t;
 	uint16_t		devid, revid, vendor;
 	int			i;
-	
+
 	vendor = pci_get_vendor(dev);
 	devid = pci_get_device(dev);
 	revid = pci_get_revid(dev);
@@ -667,7 +667,6 @@ rl_attach(device_t dev)
 
 	pci_enable_busmaster(dev);
 
-
 	/*
 	 * Map control/status registers.
 	 * Default to using PIO access for this driver. On SMP systems,
@@ -1393,7 +1392,7 @@ rl_twister_update(struct rl_softc *sc)
 	case DONE:
 		break;
 	}
-	
+
 }
 
 static void
@@ -1636,7 +1635,6 @@ rl_start_locked(struct ifnet *ifp)
 		return;
 
 	while (RL_CUR_TXMBUF(sc) == NULL) {
-
 		IFQ_DRV_DEQUEUE(&ifp->if_snd, m_head);
 
 		if (m_head == NULL)



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