Commit 0ba886f6 authored by Alessandro Rubini's avatar Alessandro Rubini

trivial: whitespace fixes

Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent 2ec4c570
CFLAGS = -ggdb -Wall -fPIC -I../kernel
LDFLAGS = -L. -lspec
CFLAGS = -ggdb -Wall -fPIC -I../kernel
LDFLAGS = -L. -lspec
LIB = libspec.a
LIBOBJ = speclib.o loader-ll.o
......
......@@ -100,7 +100,7 @@ static int spec_scan(int *bus, int *devfn)
"0000:%02x:%02x.0",
&my_bus, &my_devfn) == 2)
{
if (spec_check_id(my_bus, my_devfn))
if (spec_check_id(my_bus, my_devfn))
{
*bus = my_bus;
*devfn = my_devfn;
......@@ -115,7 +115,7 @@ static int spec_scan(int *bus, int *devfn)
} else {
// Check if the requested card is available
if (spec_check_id(*bus, *devfn))
if (spec_check_id(*bus, *devfn))
found = 1;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment