summaryrefslogtreecommitdiffstats
path: root/sys/dev/txp
diff options
context:
space:
mode:
authoryongari <yongari@FreeBSD.org>2009-03-11 08:28:24 +0000
committeryongari <yongari@FreeBSD.org>2009-03-11 08:28:24 +0000
commite40de1b6463ed3ad9ad10be908adb8d389f83dee (patch)
tree58fb85eae4e4db95df486c5da4cc5464cac81367 /sys/dev/txp
parent6618b144917948b3ca8f9f1107ed9e59e2a90709 (diff)
downloadFreeBSD-src-e40de1b6463ed3ad9ad10be908adb8d389f83dee.zip
FreeBSD-src-e40de1b6463ed3ad9ad10be908adb8d389f83dee.tar.gz
Remove extra tab characters.
Diffstat (limited to 'sys/dev/txp')
-rw-r--r--sys/dev/txp/if_txp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/txp/if_txp.c b/sys/dev/txp/if_txp.c
index d5ab308..ade5eb8 100644
--- a/sys/dev/txp/if_txp.c
+++ b/sys/dev/txp/if_txp.c
@@ -534,7 +534,7 @@ txp_download_fw(struct txp_softc *sc)
sizeof(struct txp_fw_file_header));
for (sect = 0; sect < fileheader->nsections; sect++) {
-
+
if (txp_download_fw_section(sc, secthead, sect)) {
error = -1;
goto fail;
@@ -659,7 +659,7 @@ bail:
return (err);
}
-static void
+static void
txp_intr(void *vsc)
{
struct txp_softc *sc = vsc;
@@ -1519,7 +1519,7 @@ txp_rsp_fixup(struct txp_softc *sc, struct txp_rsp_desc *rsp,
src++;
sc->sc_rspring.lastwrite = hv->hv_resp_read_idx = ridx;
}
-
+
hv->hv_resp_read_idx = ridx;
}
OpenPOWER on IntegriCloud