Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/nick-nhusb]: src/sys/dev/ic Fix indent botch that crept in



details:   https://anonhg.NetBSD.org/src/rev/5874ac5b5e6f
branches:  nick-nhusb
changeset: 334528:5874ac5b5e6f
user:      skrll <skrll%NetBSD.org@localhost>
date:      Thu Jun 16 05:33:24 2016 +0000

description:
Fix indent botch that crept in

diffstat:

 sys/dev/ic/dwc_gmac.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 4f15e5e7be7e -r 5874ac5b5e6f sys/dev/ic/dwc_gmac.c
--- a/sys/dev/ic/dwc_gmac.c     Tue Jun 14 12:14:50 2016 +0000
+++ b/sys/dev/ic/dwc_gmac.c     Thu Jun 16 05:33:24 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: dwc_gmac.c,v 1.28.2.6 2016/06/12 08:35:47 skrll Exp $ */
+/* $NetBSD: dwc_gmac.c,v 1.28.2.7 2016/06/16 05:33:24 skrll Exp $ */
 
 /*-
  * Copyright (c) 2013, 2014 The NetBSD Foundation, Inc.
@@ -41,7 +41,7 @@
 
 #include <sys/cdefs.h>
 
-__KERNEL_RCSID(1, "$NetBSD: dwc_gmac.c,v 1.28.2.6 2016/06/12 08:35:47 skrll Exp $");
+__KERNEL_RCSID(1, "$NetBSD: dwc_gmac.c,v 1.28.2.7 2016/06/16 05:33:24 skrll Exp $");
 
 /* #define     DWC_GMAC_DEBUG  1 */
 
@@ -1175,7 +1175,7 @@
                error = bus_dmamap_load(sc->sc_dmat, data->rd_map,
                    mtod(mnew, void*), MCLBYTES, NULL,
                    BUS_DMA_READ | BUS_DMA_NOWAIT);
-                   if (error != 0) {
+               if (error != 0) {
                        m_freem(mnew);
                        /* try to reload old mbuf */
                        error = bus_dmamap_load(sc->sc_dmat, data->rd_map,



Home | Main Index | Thread Index | Old Index