aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/intel/i945/gma.c
diff options
context:
space:
mode:
authorPaul Menzel <pmenzel@molgen.mpg.de>2018-04-14 19:56:46 +0200
committerPatrick Georgi <pgeorgi@google.com>2018-04-16 08:48:27 +0000
commit82683c0d6d149b35e5a4a31502924007a8bc6311 (patch)
tree4de41c20ade23c681ad816643b63b6d7d1a6c261 /src/northbridge/intel/i945/gma.c
parent0a2b9d4ab36cffd06c7074abf7f88eb77a63a80e (diff)
nb/intel/i945/gma: Fix aligment of equal sign
Change-Id: I4251071fc8d41a923b4e12de214670764097d47c Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de> Reviewed-on: https://review.coreboot.org/25674 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Rudolph <siro@das-labor.org>
Diffstat (limited to 'src/northbridge/intel/i945/gma.c')
-rw-r--r--src/northbridge/intel/i945/gma.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/northbridge/intel/i945/gma.c b/src/northbridge/intel/i945/gma.c
index 89fca7e3df..c0e1b717e0 100644
--- a/src/northbridge/intel/i945/gma.c
+++ b/src/northbridge/intel/i945/gma.c
@@ -860,13 +860,13 @@ static const unsigned short i945_gma_func1_ids[] = {
};
static const struct pci_driver i945_gma_func0_driver __pci_driver = {
- .ops = &gma_func0_ops,
- .vendor = PCI_VENDOR_ID_INTEL,
+ .ops = &gma_func0_ops,
+ .vendor = PCI_VENDOR_ID_INTEL,
.devices = i945_gma_func0_ids,
};
static const struct pci_driver i945_gma_func1_driver __pci_driver = {
- .ops = &gma_func1_ops,
- .vendor = PCI_VENDOR_ID_INTEL,
+ .ops = &gma_func1_ops,
+ .vendor = PCI_VENDOR_ID_INTEL,
.devices = i945_gma_func1_ids,
};