From 82683c0d6d149b35e5a4a31502924007a8bc6311 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Sat, 14 Apr 2018 19:56:46 +0200 Subject: nb/intel/i945/gma: Fix aligment of equal sign Change-Id: I4251071fc8d41a923b4e12de214670764097d47c Signed-off-by: Paul Menzel Reviewed-on: https://review.coreboot.org/25674 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Rudolph --- src/northbridge/intel/i945/gma.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/northbridge') 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, }; -- cgit v1.2.3