Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Jul 2011 19:06:30 +0000 (UTC)
From:      Marius Strobl <marius@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r224393 - stable/8/sys/dev/mpt
Message-ID:  <201107251906.p6PJ6UfE072922@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marius
Date: Mon Jul 25 19:06:30 2011
New Revision: 224393
URL: http://svn.freebsd.org/changeset/base/224393

Log:
  MFC: r223981
  
  Remove extra empty lines.

Modified:
  stable/8/sys/dev/mpt/mpt_pci.c
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/amd64/include/xen/   (props changed)
  stable/8/sys/cddl/contrib/opensolaris/   (props changed)
  stable/8/sys/contrib/dev/acpica/   (props changed)
  stable/8/sys/contrib/pf/   (props changed)
  stable/8/sys/geom/label/   (props changed)

Modified: stable/8/sys/dev/mpt/mpt_pci.c
==============================================================================
--- stable/8/sys/dev/mpt/mpt_pci.c	Mon Jul 25 19:06:30 2011	(r224392)
+++ stable/8/sys/dev/mpt/mpt_pci.c	Mon Jul 25 19:06:30 2011	(r224393)
@@ -193,8 +193,6 @@ __FBSDID("$FreeBSD$");
 #define	PCIM_CMD_SERRESPEN	0x0100
 #endif
 
-
-
 static int mpt_pci_probe(device_t);
 static int mpt_pci_attach(device_t);
 static void mpt_free_bus_resources(struct mpt_softc *mpt);
@@ -362,7 +360,6 @@ mpt_set_options(struct mpt_softc *mpt)
 		mpt->cfg_role = tval;
 		mpt->do_cfg_role = 1;
 	}
-
 	tval = 0;
 	mpt->msi_enable = 0;
 	if (resource_int_value(device_get_name(mpt->dev),
@@ -372,7 +369,6 @@ mpt_set_options(struct mpt_softc *mpt)
 }
 #endif
 
-
 static void
 mpt_link_peer(struct mpt_softc *mpt)
 {
@@ -411,7 +407,6 @@ mpt_unlink_peer(struct mpt_softc *mpt)
 	}
 }
 
-
 static int
 mpt_pci_attach(device_t dev)
 {
@@ -687,7 +682,6 @@ mpt_free_bus_resources(struct mpt_softc 
 	MPT_LOCK_DESTROY(mpt);
 }
 
-
 /*
  * Disconnect ourselves from the system.
  */
@@ -712,7 +706,6 @@ mpt_pci_detach(device_t dev)
 	return(0);
 }
 
-
 /*
  * Disable the hardware
  */
@@ -808,8 +801,6 @@ mpt_dma_mem_alloc(struct mpt_softc *mpt)
 	return (0);
 }
 
-
-
 /* Deallocate memory that was allocated by mpt_dma_mem_alloc 
  */
 static void
@@ -832,8 +823,6 @@ mpt_dma_mem_free(struct mpt_softc *mpt)
 
 }
 
-
-
 /* Reads modifiable (via PCI transactions) config registers */
 static void
 mpt_read_config_regs(struct mpt_softc *mpt)



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