src/drivers: Get rid of whitespace before tab
Change-Id: Ia9ca055679c0332613afb2bb2ed86df165de3baf Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/26649 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
committed by
Patrick Georgi
parent
5bd5a9ae01
commit
0d8f1dac9e
@@ -437,7 +437,7 @@ static void read_resources(struct device *dev)
|
||||
res->gran = 5;
|
||||
res->limit = res->base + res->size - 1;
|
||||
res->flags = IORESOURCE_IO | IORESOURCE_FIXED | IORESOURCE_STORED |
|
||||
IORESOURCE_ASSIGNED;
|
||||
IORESOURCE_ASSIGNED;
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user