From a6921bdf2ed78cc1cb0f3869b6a79b70b79140f8 Mon Sep 17 00:00:00 2001 From: jhb Date: Fri, 27 Oct 2000 21:45:50 +0000 Subject: Fix a couple of whitespace nits. --- sys/amd64/isa/intr_machdep.c | 4 ++-- sys/amd64/isa/nmi.c | 4 ++-- sys/i386/isa/intr_machdep.c | 4 ++-- sys/i386/isa/nmi.c | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) (limited to 'sys') diff --git a/sys/amd64/isa/intr_machdep.c b/sys/amd64/isa/intr_machdep.c index 01b7669..ffdcfc4 100644 --- a/sys/amd64/isa/intr_machdep.c +++ b/sys/amd64/isa/intr_machdep.c @@ -642,11 +642,11 @@ inthand_add(const char *name, int irq, driver_intr_t handler, void *arg, && (icu_setup(irq, idesc->ih_handler, idesc->ih_argument, idesc->ih_flags) != 0) ) { if (bootverbose) - printf("\tinthand_add(irq%d) failed, result=%d\n", + printf("\tinthand_add(irq%d) failed, result=%d\n", irq, errcode); free(idesc->ih_name, M_DEVBUF); free(idesc, M_DEVBUF); - return NULL; + return NULL; } head = ithd->it_ih; /* look at chain of handlers */ if (head) { diff --git a/sys/amd64/isa/nmi.c b/sys/amd64/isa/nmi.c index 01b7669..ffdcfc4 100644 --- a/sys/amd64/isa/nmi.c +++ b/sys/amd64/isa/nmi.c @@ -642,11 +642,11 @@ inthand_add(const char *name, int irq, driver_intr_t handler, void *arg, && (icu_setup(irq, idesc->ih_handler, idesc->ih_argument, idesc->ih_flags) != 0) ) { if (bootverbose) - printf("\tinthand_add(irq%d) failed, result=%d\n", + printf("\tinthand_add(irq%d) failed, result=%d\n", irq, errcode); free(idesc->ih_name, M_DEVBUF); free(idesc, M_DEVBUF); - return NULL; + return NULL; } head = ithd->it_ih; /* look at chain of handlers */ if (head) { diff --git a/sys/i386/isa/intr_machdep.c b/sys/i386/isa/intr_machdep.c index 01b7669..ffdcfc4 100644 --- a/sys/i386/isa/intr_machdep.c +++ b/sys/i386/isa/intr_machdep.c @@ -642,11 +642,11 @@ inthand_add(const char *name, int irq, driver_intr_t handler, void *arg, && (icu_setup(irq, idesc->ih_handler, idesc->ih_argument, idesc->ih_flags) != 0) ) { if (bootverbose) - printf("\tinthand_add(irq%d) failed, result=%d\n", + printf("\tinthand_add(irq%d) failed, result=%d\n", irq, errcode); free(idesc->ih_name, M_DEVBUF); free(idesc, M_DEVBUF); - return NULL; + return NULL; } head = ithd->it_ih; /* look at chain of handlers */ if (head) { diff --git a/sys/i386/isa/nmi.c b/sys/i386/isa/nmi.c index 01b7669..ffdcfc4 100644 --- a/sys/i386/isa/nmi.c +++ b/sys/i386/isa/nmi.c @@ -642,11 +642,11 @@ inthand_add(const char *name, int irq, driver_intr_t handler, void *arg, && (icu_setup(irq, idesc->ih_handler, idesc->ih_argument, idesc->ih_flags) != 0) ) { if (bootverbose) - printf("\tinthand_add(irq%d) failed, result=%d\n", + printf("\tinthand_add(irq%d) failed, result=%d\n", irq, errcode); free(idesc->ih_name, M_DEVBUF); free(idesc, M_DEVBUF); - return NULL; + return NULL; } head = ithd->it_ih; /* look at chain of handlers */ if (head) { -- cgit v1.1