Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Sep 2020 22:01:42 +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: r365184 - head/sys/dev/otus
Message-ID:  <202009012201.081M1gQh050402@repo.freebsd.org>

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

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

Modified:
  head/sys/dev/otus/if_otus.c

Modified: head/sys/dev/otus/if_otus.c
==============================================================================
--- head/sys/dev/otus/if_otus.c	Tue Sep  1 22:01:32 2020	(r365183)
+++ head/sys/dev/otus/if_otus.c	Tue Sep  1 22:01:41 2020	(r365184)
@@ -99,7 +99,6 @@ SYSCTL_INT(_hw_usb_otus, OID_AUTO, debug, CTLFLAG_RWTU
 		if ((dm == OTUS_DEBUG_ANY) || (dm & otus_debug)) \
 			device_printf(sc->sc_dev, __VA_ARGS__); \
 	} while (0)
-
 #define	OTUS_DEV(v, p) { USB_VPI(v, p, 0) }
 static const STRUCT_USB_HOST_ID otus_devs[] = {
 	OTUS_DEV(USB_VENDOR_ACCTON,		USB_PRODUCT_ACCTON_WN7512),
@@ -1571,7 +1570,6 @@ otus_sub_rxeof(struct otus_softc *sc, uint8_t *buf, in
 	struct mbuf *m;
 //	int s;
 
-
 	if (otus_debug & OTUS_DEBUG_RX_BUFFER) {
 		device_printf(sc->sc_dev, "%s: %*D\n",
 		    __func__, len, buf, "-");
@@ -2226,7 +2224,6 @@ otus_hw_rate_is_ofdm(struct otus_softc *sc, uint8_t hw
 	}
 }
 
-
 static void
 otus_tx_update_ratectl(struct otus_softc *sc, struct ieee80211_node *ni)
 {
@@ -2417,7 +2414,6 @@ otus_hash_maddr(void *arg, struct sockaddr_dl *sdl, u_
 
 	return (1);
 }
-
 
 int
 otus_set_multi(struct otus_softc *sc)



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