Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/ic whitespace consistency adjustment



details:   https://anonhg.NetBSD.org/src/rev/9c0178172e33
branches:  trunk
changeset: 771659:9c0178172e33
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Sun Nov 27 15:28:26 2011 +0000

description:
whitespace consistency adjustment

diffstat:

 sys/dev/ic/com.c |  18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diffs (46 lines):

diff -r 71cdcef2c0cd -r 9c0178172e33 sys/dev/ic/com.c
--- a/sys/dev/ic/com.c  Sun Nov 27 15:08:04 2011 +0000
+++ b/sys/dev/ic/com.c  Sun Nov 27 15:28:26 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: com.c,v 1.301 2011/05/28 19:30:19 matt Exp $ */
+/* $NetBSD: com.c,v 1.302 2011/11/27 15:28:26 jakllsch Exp $ */
 
 /*-
  * Copyright (c) 1998, 1999, 2004, 2008 The NetBSD Foundation, Inc.
@@ -66,7 +66,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: com.c,v 1.301 2011/05/28 19:30:19 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: com.c,v 1.302 2011/11/27 15:28:26 jakllsch Exp $");
 
 #include "opt_com.h"
 #include "opt_ddb.h"
@@ -183,7 +183,7 @@
 void   comcnpollc(dev_t, int);
 
 #define        integrate       static inline
-void   comsoft(void *);
+void   comsoft(void *);
 integrate void com_rxsoft(struct com_softc *, struct tty *);
 integrate void com_txsoft(struct com_softc *, struct tty *);
 integrate void com_stsoft(struct com_softc *, struct tty *);
@@ -424,12 +424,12 @@
                SET(sc->sc_hwflags, COM_HW_FIFO);
                goto fifodelay;
 
-       case COM_TYPE_OMAP:
-               sc->sc_fifolen = 64;
-               fifo_msg = "OMAP UART, working fifo";
-               SET(sc->sc_hwflags, COM_HW_FIFO);
-               goto fifodelay;
-       }
+       case COM_TYPE_OMAP:
+               sc->sc_fifolen = 64;
+               fifo_msg = "OMAP UART, working fifo";
+               SET(sc->sc_hwflags, COM_HW_FIFO);
+               goto fifodelay;
+       }
 
        sc->sc_fifolen = 1;
        /* look for a NS 16550AF UART with FIFOs */



Home | Main Index | Thread Index | Old Index