From 9084a90de5c97e30fc1c9ace90322ab931e0be64 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Fri, 17 Mar 2006 09:09:35 -0800 Subject: Remove stealth whitespace --- com32/modules/ethersel.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'com32/modules/ethersel.c') diff --git a/com32/modules/ethersel.c b/com32/modules/ethersel.c index 39f71852..d4dce9d0 100644 --- a/com32/modules/ethersel.c +++ b/com32/modules/ethersel.c @@ -1,6 +1,6 @@ #ident "$Id$" /* ----------------------------------------------------------------------- * - * + * * Copyright 2005 H. Peter Anvin - All Rights Reserved * * This program is free software; you can redistribute it and/or modify @@ -23,7 +23,7 @@ * DEFAULT ethersel.c32 * # DEV [DID xxxx:yyyy[/mask]] [RID zz-zz] [SID uuuu:vvvv[/mask]] commandline * # ... - * + * * DID = PCI device ID * RID = Revision ID (range) * SID = Subsystem ID @@ -233,7 +233,7 @@ pciscan(struct match *list) a = pci_mkaddr(bus, dev, func, 0); did = pci_readl(a); - + if ( did == 0xffffffff || did == 0xffff0000 || did == 0x0000ffff || did == 0x00000000 ) continue; -- cgit v1.2.1