svn commit: r365171 - head/sys/dev/puc

Mateusz Guzik mjg at FreeBSD.org
Tue Sep 1 21:58:05 UTC 2020


Author: mjg
Date: Tue Sep  1 21:58:04 2020
New Revision: 365171
URL: https://svnweb.freebsd.org/changeset/base/365171

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

Modified:
  head/sys/dev/puc/puc_pci.c
  head/sys/dev/puc/pucdata.c

Modified: head/sys/dev/puc/puc_pci.c
==============================================================================
--- head/sys/dev/puc/puc_pci.c	Tue Sep  1 21:57:50 2020	(r365170)
+++ head/sys/dev/puc/puc_pci.c	Tue Sep  1 21:58:04 2020	(r365171)
@@ -160,7 +160,7 @@ puc_pci_detach(device_t dev)
 	int error;
 
 	sc = device_get_softc(dev);
-	
+
 	error = puc_bfe_detach(dev);
 
 	if (error != 0)
@@ -171,7 +171,6 @@ puc_pci_detach(device_t dev)
 
 	return (error);
 }
-
 
 static device_method_t puc_pci_methods[] = {
     /* Device interface */

Modified: head/sys/dev/puc/pucdata.c
==============================================================================
--- head/sys/dev/puc/pucdata.c	Tue Sep  1 21:57:50 2020	(r365170)
+++ head/sys/dev/puc/pucdata.c	Tue Sep  1 21:58:04 2020	(r365171)
@@ -905,7 +905,6 @@ const struct puc_cfg puc_pci_devices[] = {
 	    PUC_PORT_8S, 0x10, 0, 8,
 	},
 
-
 	/*
 	 * Oxford Semiconductor PCI Express Expresso family
 	 *
@@ -1279,7 +1278,6 @@ const struct puc_cfg puc_pci_devices[] = {
 	    PUC_PORT_4S, 0x10, 0, 8,
 	    .config_function = puc_config_icbook
 	},
-
 	{ 0xffff, 0, 0xffff, 0, NULL, 0 }
 };
 


More information about the svn-src-head mailing list