Fix a couple of whitespace nits.

This commit is contained in:
John Baldwin 2000-10-27 21:45:50 +00:00
parent bb2e7ebb7c
commit 7c0cb49a64
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=67732
4 changed files with 8 additions and 8 deletions

View file

@ -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) {

View file

@ -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) {

View file

@ -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) {

View file

@ -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) {