tree: Remove blank lines before '}' and after '{'
Change-Id: I46a362270f69d0a4a28e5bb9c954f34d632815ff Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/81455 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
@@ -20,7 +20,6 @@ static void p64h2_pcix_init(struct device *dev)
|
||||
pci_write_config32(dev, ACNF, dword);
|
||||
byte = 0x08;
|
||||
pci_write_config8(dev, MTT, byte);
|
||||
|
||||
}
|
||||
static struct device_operations pcix_ops = {
|
||||
.read_resources = pci_bus_read_resources,
|
||||
|
Reference in New Issue
Block a user