space/tab cosmetics

This commit is contained in:
tsutsui 2001-02-11 17:49:08 +00:00
parent 18d584f8ef
commit 90fc74c95b
3 changed files with 23 additions and 24 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: dec_3min.c,v 1.43 2000/10/05 02:36:45 cgd Exp $ */
/* $NetBSD: dec_3min.c,v 1.44 2001/02/11 17:49:08 tsutsui Exp $ */
/*
* Copyright (c) 1998 Jonathan Stone. All rights reserved.
@ -73,7 +73,7 @@
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
__KERNEL_RCSID(0, "$NetBSD: dec_3min.c,v 1.43 2000/10/05 02:36:45 cgd Exp $");
__KERNEL_RCSID(0, "$NetBSD: dec_3min.c,v 1.44 2001/02/11 17:49:08 tsutsui Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -311,12 +311,12 @@ dec_3min_intr_establish(dev, cookie, level, handler, arg)
}
#define CHECKINTR(slot, bits) \
#define CHECKINTR(slot, bits) \
do { \
if (can_serve & (bits)) { \
intrcnt[slot] += 1; \
(*intrtab[slot].ih_func)(intrtab[slot].ih_arg); \
} \
if (can_serve & (bits)) { \
intrcnt[slot] += 1; \
(*intrtab[slot].ih_func)(intrtab[slot].ih_arg); \
} \
} while (0)
static void

View File

@ -1,4 +1,4 @@
/* $NetBSD: dec_5100.c,v 1.26 2000/06/06 00:08:25 nisimura Exp $ */
/* $NetBSD: dec_5100.c,v 1.27 2001/02/11 17:49:08 tsutsui Exp $ */
/*
* Copyright (c) 1998 Jonathan Stone. All rights reserved.
@ -31,7 +31,7 @@
*/
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
__KERNEL_RCSID(0, "$NetBSD: dec_5100.c,v 1.26 2000/06/06 00:08:25 nisimura Exp $");
__KERNEL_RCSID(0, "$NetBSD: dec_5100.c,v 1.27 2001/02/11 17:49:08 tsutsui Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -215,7 +215,7 @@ dec_5100_memintr()
kn230_wbflush();
#ifdef DIAGNOSTIC
printf("\nMemory interrupt\n");
printf("\nMemory interrupt\n");
#endif
/* ignore errors during probes */

View File

@ -1,4 +1,4 @@
/* $NetBSD: dec_maxine.c,v 1.34 2000/06/06 00:08:26 nisimura Exp $ */
/* $NetBSD: dec_maxine.c,v 1.35 2001/02/11 17:49:08 tsutsui Exp $ */
/*
* Copyright (c) 1998 Jonathan Stone. All rights reserved.
@ -73,7 +73,7 @@
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
__KERNEL_RCSID(0, "$NetBSD: dec_maxine.c,v 1.34 2000/06/06 00:08:26 nisimura Exp $");
__KERNEL_RCSID(0, "$NetBSD: dec_maxine.c,v 1.35 2001/02/11 17:49:08 tsutsui Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -272,7 +272,6 @@ dec_maxine_intr_establish(dev, cookie, level, handler, arg)
kn02ca_wbflush();
}
#define CHECKINTR(vvv, bits) \
do { \
if (can_serve & (bits)) { \