Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/ic KNF a line.



details:   https://anonhg.NetBSD.org/src/rev/29f230b1e695
branches:  trunk
changeset: 487723:29f230b1e695
user:      mrg <mrg%NetBSD.org@localhost>
date:      Mon Jun 12 05:25:48 2000 +0000

description:
KNF a line.

diffstat:

 sys/dev/ic/lsi64854.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 36190be721cf -r 29f230b1e695 sys/dev/ic/lsi64854.c
--- a/sys/dev/ic/lsi64854.c     Mon Jun 12 05:02:22 2000 +0000
+++ b/sys/dev/ic/lsi64854.c     Mon Jun 12 05:25:48 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: lsi64854.c,v 1.9 2000/04/14 08:27:17 mrg Exp $ */
+/*     $NetBSD: lsi64854.c,v 1.10 2000/06/12 05:25:48 mrg Exp $ */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -454,7 +454,7 @@
        struct lsi64854_softc *sc = arg;
        char bits[64];
        u_int32_t csr;
-static int dodrain=0;
+       static int dodrain = 0;
 
        csr = L64854_GCSR(sc);
 



Home | Main Index | Thread Index | Old Index