Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/ic Remove one more extra whitespace.



details:   https://anonhg.NetBSD.org/src/rev/505c45ed0871
branches:  trunk
changeset: 747185:505c45ed0871
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sat Sep 05 08:23:24 2009 +0000

description:
Remove one more extra whitespace.

diffstat:

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

diffs (27 lines):

diff -r 98ef9775524f -r 505c45ed0871 sys/dev/ic/rtl8169.c
--- a/sys/dev/ic/rtl8169.c      Sat Sep 05 06:44:27 2009 +0000
+++ b/sys/dev/ic/rtl8169.c      Sat Sep 05 08:23:24 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rtl8169.c,v 1.126 2009/09/05 03:50:49 tsutsui Exp $    */
+/*     $NetBSD: rtl8169.c,v 1.127 2009/09/05 08:23:24 tsutsui Exp $    */
 
 /*
  * Copyright (c) 1997, 1998-2003
@@ -33,7 +33,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rtl8169.c,v 1.126 2009/09/05 03:50:49 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rtl8169.c,v 1.127 2009/09/05 08:23:24 tsutsui Exp $");
 /* $FreeBSD: /repoman/r/ncvs/src/sys/dev/re/if_re.c,v 1.20 2004/04/11 20:34:08 ru Exp $ */
 
 /*
@@ -690,7 +690,7 @@
            BUS_DMA_COHERENT | BUS_DMA_NOWAIT)) != 0) {
                aprint_error_dev(sc->sc_dev,
                    "can't map tx list, error = %d\n", error);
-               goto fail_1;
+               goto fail_1;
        }
        memset(sc->re_ldata.re_tx_list, 0, RE_TX_LIST_SZ(sc));
 



Home | Main Index | Thread Index | Old Index