summaryrefslogtreecommitdiff
path: root/com32/modules/ethersel.c
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2006-03-17 09:09:35 -0800
committerH. Peter Anvin <hpa@zytor.com>2006-03-17 09:09:35 -0800
commit9084a90de5c97e30fc1c9ace90322ab931e0be64 (patch)
tree878bcdcabdb6a91999c2c20ea389549c4ded041d /com32/modules/ethersel.c
parent3a146323478cfa0a883463f3521d2dcc4eef1e2d (diff)
downloadsyslinux-9084a90de5c97e30fc1c9ace90322ab931e0be64.tar.gz
Remove stealth whitespace
Diffstat (limited to 'com32/modules/ethersel.c')
-rw-r--r--com32/modules/ethersel.c6
1 files changed, 3 insertions, 3 deletions
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;