summaryrefslogtreecommitdiffstats
path: root/sys/dev/cxgb/cxgb_main.c
diff options
context:
space:
mode:
authorkmacy <kmacy@FreeBSD.org>2008-09-16 02:28:08 +0000
committerkmacy <kmacy@FreeBSD.org>2008-09-16 02:28:08 +0000
commit957f0e4e3b09db9514cd506c89c376a524c042c3 (patch)
treed5af0aab05a14efab4a8e8db9613b18ae803a229 /sys/dev/cxgb/cxgb_main.c
parent00a3b87a5a88883f5cae1103178737c0d99c1220 (diff)
downloadFreeBSD-src-957f0e4e3b09db9514cd506c89c376a524c042c3.zip
FreeBSD-src-957f0e4e3b09db9514cd506c89c376a524c042c3.tar.gz
Further whitespace and copyright cleanups to minimize the
delta with RELENG_7.
Diffstat (limited to 'sys/dev/cxgb/cxgb_main.c')
-rw-r--r--sys/dev/cxgb/cxgb_main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/cxgb/cxgb_main.c b/sys/dev/cxgb/cxgb_main.c
index 6ff907d..39bd6f2 100644
--- a/sys/dev/cxgb/cxgb_main.c
+++ b/sys/dev/cxgb/cxgb_main.c
@@ -334,7 +334,7 @@ cxgb_get_adapter_info(device_t dev)
{
struct cxgb_ident *id;
const struct adapter_info *ai;
-
+
id = cxgb_get_ident(dev);
if (id == NULL)
return (NULL);
@@ -351,7 +351,7 @@ cxgb_controller_probe(device_t dev)
char *ports, buf[80];
int nports;
struct adapter *sc = device_get_softc(dev);
-
+
ai = cxgb_get_adapter_info(dev);
if (ai == NULL)
return (ENXIO);
OpenPOWER on IntegriCloud