Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Sep 2020 21:58:04 +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: r365171 - head/sys/dev/puc
Message-ID:  <202009012158.081Lw4HI048044@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 }
 };
 



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