svn commit: r365125 - head/sys/dev/bwi

Mateusz Guzik mjg at FreeBSD.org
Tue Sep 1 21:43:38 UTC 2020


Author: mjg
Date: Tue Sep  1 21:43:36 2020
New Revision: 365125
URL: https://svnweb.freebsd.org/changeset/base/365125

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

Modified:
  head/sys/dev/bwi/bwimac.c
  head/sys/dev/bwi/bwiphy.c
  head/sys/dev/bwi/bwirf.c
  head/sys/dev/bwi/if_bwi.c
  head/sys/dev/bwi/if_bwi_pci.c
  head/sys/dev/bwi/if_bwireg.h

Modified: head/sys/dev/bwi/bwimac.c
==============================================================================
--- head/sys/dev/bwi/bwimac.c	Tue Sep  1 21:43:23 2020	(r365124)
+++ head/sys/dev/bwi/bwimac.c	Tue Sep  1 21:43:36 2020	(r365125)
@@ -57,7 +57,7 @@ __FBSDID("$FreeBSD$");
 
 #include <sys/linker.h>
 #include <sys/firmware.h>
- 
+
 #include <net/if.h>
 #include <net/if_var.h>
 #include <net/if_dl.h>

Modified: head/sys/dev/bwi/bwiphy.c
==============================================================================
--- head/sys/dev/bwi/bwiphy.c	Tue Sep  1 21:43:23 2020	(r365124)
+++ head/sys/dev/bwi/bwiphy.c	Tue Sep  1 21:43:36 2020	(r365125)
@@ -53,7 +53,7 @@ __FBSDID("$FreeBSD$");
 #include <sys/sockio.h>
 #include <sys/sysctl.h>
 #include <sys/systm.h>
- 
+
 #include <net/if.h>
 #include <net/if_var.h>
 #include <net/if_dl.h>
@@ -88,7 +88,6 @@ static void	bwi_phy_config_agc(struct bwi_mac *);
 
 static void	bwi_tbl_write_2(struct bwi_mac *mac, uint16_t, uint16_t);
 static void	bwi_tbl_write_4(struct bwi_mac *mac, uint16_t, uint32_t);
-
 #define SUP_BPHY(num)	{ .rev = num, .init = bwi_phy_init_11b_rev##num }
 
 static const struct {

Modified: head/sys/dev/bwi/bwirf.c
==============================================================================
--- head/sys/dev/bwi/bwirf.c	Tue Sep  1 21:43:23 2020	(r365124)
+++ head/sys/dev/bwi/bwirf.c	Tue Sep  1 21:43:36 2020	(r365125)
@@ -54,7 +54,7 @@ __FBSDID("$FreeBSD$");
 #include <sys/sockio.h>
 #include <sys/sysctl.h>
 #include <sys/systm.h>
- 
+
 #include <net/if.h>
 #include <net/if_var.h>
 #include <net/if_dl.h>

Modified: head/sys/dev/bwi/if_bwi.c
==============================================================================
--- head/sys/dev/bwi/if_bwi.c	Tue Sep  1 21:43:23 2020	(r365124)
+++ head/sys/dev/bwi/if_bwi.c	Tue Sep  1 21:43:36 2020	(r365125)
@@ -55,7 +55,7 @@ __FBSDID("$FreeBSD$");
 #include <sys/sysctl.h>
 #include <sys/systm.h>
 #include <sys/taskqueue.h>
- 
+
 #include <net/if.h>
 #include <net/if_var.h>
 #include <net/if_dl.h>

Modified: head/sys/dev/bwi/if_bwi_pci.c
==============================================================================
--- head/sys/dev/bwi/if_bwi_pci.c	Tue Sep  1 21:43:23 2020	(r365124)
+++ head/sys/dev/bwi/if_bwi_pci.c	Tue Sep  1 21:43:36 2020	(r365125)
@@ -53,7 +53,7 @@ __FBSDID("$FreeBSD$");
 #include <sys/rman.h>
 
 #include <sys/socket.h>
- 
+
 #include <net/if.h>
 #include <net/if_var.h>
 #include <net/if_media.h>
@@ -246,7 +246,6 @@ static device_method_t bwi_pci_methods[] = {
 	DEVMETHOD(device_shutdown,	bwi_pci_shutdown),
 	DEVMETHOD(device_suspend,	bwi_pci_suspend),
 	DEVMETHOD(device_resume,	bwi_pci_resume),
-
 	{ 0,0 }
 };
 static driver_t bwi_driver = {

Modified: head/sys/dev/bwi/if_bwireg.h
==============================================================================
--- head/sys/dev/bwi/if_bwireg.h	Tue Sep  1 21:43:23 2020	(r365124)
+++ head/sys/dev/bwi/if_bwireg.h	Tue Sep  1 21:43:36 2020	(r365125)
@@ -77,7 +77,6 @@
 #define BWI_CONF_LO_REQTO_MASK		__BITS(6, 4)	/* request timeout */
 #define BWI_CONF_LO_REQTO		3
 
-
 #define BWI_ID_LO			0xff8
 #define BWI_ID_LO_BUSREV_MASK		__BITS(31, 28)
 /* Bus revision */


More information about the svn-src-head mailing list