svn commit: r230200 - head/sys/dev/tws

Xin LI delphij at FreeBSD.org
Mon Jan 16 06:00:44 UTC 2012


Author: delphij
Date: Mon Jan 16 06:00:44 2012
New Revision: 230200
URL: http://svn.freebsd.org/changeset/base/230200

Log:
  Match surrounding style.
  
  Noticed by:	avg

Modified:
  head/sys/dev/tws/tws.c

Modified: head/sys/dev/tws/tws.c
==============================================================================
--- head/sys/dev/tws/tws.c	Mon Jan 16 05:23:27 2012	(r230199)
+++ head/sys/dev/tws/tws.c	Mon Jan 16 06:00:44 2012	(r230200)
@@ -685,7 +685,7 @@ tws_init_reqs(struct tws_softc *sc, u_in
     {
         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];


More information about the svn-src-head mailing list