Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/vax/vsa whitespace



details:   https://anonhg.NetBSD.org/src/rev/75597541b013
branches:  trunk
changeset: 824584:75597541b013
user:      flxd <flxd%NetBSD.org@localhost>
date:      Fri Jun 09 18:02:40 2017 +0000

description:
whitespace

diffstat:

 sys/arch/vax/vsa/tc_vsbus.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (31 lines):

diff -r dc50b97460de -r 75597541b013 sys/arch/vax/vsa/tc_vsbus.c
--- a/sys/arch/vax/vsa/tc_vsbus.c       Fri Jun 09 17:55:18 2017 +0000
+++ b/sys/arch/vax/vsa/tc_vsbus.c       Fri Jun 09 18:02:40 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: tc_vsbus.c,v 1.8 2017/06/09 17:55:18 flxd Exp $        */
+/*     $NetBSD: tc_vsbus.c,v 1.9 2017/06/09 18:02:40 flxd Exp $        */
 /*-
  * Copyright (c) 2008 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -29,7 +29,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: tc_vsbus.c,v 1.8 2017/06/09 17:55:18 flxd Exp $");
+__KERNEL_RCSID(0, "$NetBSD: tc_vsbus.c,v 1.9 2017/06/09 18:02:40 flxd Exp $");
 
 #include <sys/param.h>
 #include <sys/bus.h>
@@ -156,10 +156,10 @@
                found = ((bus_space_read_4(bst, bsh, 0) & KA46_BWF0_ADP) != 0);
                bus_space_unmap(bst, bsh, KA46_BWF0_SZ);
                /*
-                * On VS4000/60, although interrupting on a real vector, fool
+                * On VS4000/60, although interrupting on a real vector, fool
                 * vsbus interrupt, as no interrupt bit will be set in
                 * vsbus_softc's sc_intreq for TC adaptor.
-                */
+                */
                rc = 20;
                break;
        case VAX_BTYP_49:



Home | Main Index | Thread Index | Old Index