summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2012-01-16 06:00:44 +0000
committerdelphij <delphij@FreeBSD.org>2012-01-16 06:00:44 +0000
commitb77656256dd94f765cbcdf9cd37c4db48e81909b (patch)
tree5280429bfbc7253b78daad283c945e89b2d7c559
parente38bc2c345b3cdbd58c7af53b488827ba08c07df (diff)
downloadFreeBSD-src-b77656256dd94f765cbcdf9cd37c4db48e81909b.zip
FreeBSD-src-b77656256dd94f765cbcdf9cd37c4db48e81909b.tar.gz
Match surrounding style.
Noticed by: avg
-rw-r--r--sys/dev/tws/tws.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/tws/tws.c b/sys/dev/tws/tws.c
index 2a2384a..ba3b150 100644
--- a/sys/dev/tws/tws.c
+++ b/sys/dev/tws/tws.c
@@ -685,7 +685,7 @@ tws_init_reqs(struct tws_softc *sc, u_int32_t dma_mem_size)
{
if (bus_dmamap_create(sc->data_tag, 0, &sc->reqs[i].dma_map)) {
/* log a ENOMEM failure msg here */
- mtx_unlock(&sc->q_lock);
+ mtx_unlock(&sc->q_lock);
return(FAILURE);
}
sc->reqs[i].cmd_pkt = &cmd_buf[i];
OpenPOWER on IntegriCloud