From 6128a4aa5e791ed4e0a655bfd346a52d92da7883 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 21 Apr 2004 10:43:04 +0000 Subject: Remove stray white spaces. --- c/src/lib/libbsp/i386/shared/pci/pcibios.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'c/src/lib/libbsp/i386/shared/pci/pcibios.h') diff --git a/c/src/lib/libbsp/i386/shared/pci/pcibios.h b/c/src/lib/libbsp/i386/shared/pci/pcibios.h index 1bd5d144b6..beba80ff5b 100644 --- a/c/src/lib/libbsp/i386/shared/pci/pcibios.h +++ b/c/src/lib/libbsp/i386/shared/pci/pcibios.h @@ -15,10 +15,10 @@ #define PCIB_ERR_NOFUNC (-3) /* Function not supported */ #define PCIB_ERR_BADVENDOR (-4) /* Bad Vendor ID */ #define PCIB_ERR_DEVNOTFOUND (-5) /* Device not found */ -#define PCIB_ERR_BADREG (-6) /* Bad register number */ +#define PCIB_ERR_BADREG (-6) /* Bad register number */ -/* - * Make device signature from bus number, device numebr and function +/* + * Make device signature from bus number, device numebr and function * number */ #define PCIB_DEVSIG_MAKE(b,d,f) ((b<<8)|(d<<3)|(f)) -- cgit v1.2.3