svn commit: r365184 - head/sys/dev/otus

Mateusz Guzik mjg at FreeBSD.org
Tue Sep 1 22:01:47 UTC 2020


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)


More information about the svn-src-all mailing list