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)
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to