From 30151b7fc1d52f2d538bb71cf3e80d03f4dc4c99 Mon Sep 17 00:00:00 2001 From: simonb Date: Sat, 9 Sep 2006 04:01:37 +0000 Subject: [PATCH] Fix a white-space nit. --- sys/arch/mips/alchemy/dev/aupci.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sys/arch/mips/alchemy/dev/aupci.c b/sys/arch/mips/alchemy/dev/aupci.c index cd7f6a9d2a7b..5a1d5c532e7c 100644 --- a/sys/arch/mips/alchemy/dev/aupci.c +++ b/sys/arch/mips/alchemy/dev/aupci.c @@ -1,4 +1,4 @@ -/* $NetBSD: aupci.c,v 1.5 2006/02/27 21:10:27 gdamore Exp $ */ +/* $NetBSD: aupci.c,v 1.6 2006/09/09 04:01:37 simonb Exp $ */ /*- * Copyright (c) 2006 Itronix Inc. @@ -35,7 +35,7 @@ #include "pci.h" #include -__KERNEL_RCSID(0, "$NetBSD: aupci.c,v 1.5 2006/02/27 21:10:27 gdamore Exp $"); +__KERNEL_RCSID(0, "$NetBSD: aupci.c,v 1.6 2006/09/09 04:01:37 simonb Exp $"); #include #include @@ -379,7 +379,6 @@ aupci_conf_access(void *v, int dir, pcitag_t tag, int reg, pcireg_t *datap) if (status & AUPCI_CONFIG_EF) return FALSE; - return TRUE; }