diff options
author | Angel Pons <th3fanbus@gmail.com> | 2020-06-21 12:47:13 +0200 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2020-07-21 22:12:59 +0000 |
commit | b4b4e32e4caeb3512c0512c5d3a80ca91e185d68 (patch) | |
tree | c649051b71634339555280e8e741ff4823bbe7e8 /src/southbridge/intel/lynxpoint | |
parent | 48833363daef08d909845ed80e58e38631e0d1f3 (diff) |
sb/intel/lynxpoint/me_9.x.c: Add spaces around `=`
Tested with BUILD_TIMELESS=1, Asrock B85M Pro4 remains identical.
Change-Id: I1baa731335a9c543c7d31b9aadc8758806750c64
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/42629
Reviewed-by: Felix Singer <felixsinger@posteo.net>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/southbridge/intel/lynxpoint')
-rw-r--r-- | src/southbridge/intel/lynxpoint/me_9.x.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/southbridge/intel/lynxpoint/me_9.x.c b/src/southbridge/intel/lynxpoint/me_9.x.c index 77b3573f2c..b2d6f5e931 100644 --- a/src/southbridge/intel/lynxpoint/me_9.x.c +++ b/src/southbridge/intel/lynxpoint/me_9.x.c @@ -847,9 +847,9 @@ static const unsigned short pci_device_ids[] = { }; static const struct pci_driver intel_me __pci_driver = { - .ops = &device_ops, - .vendor = PCI_VENDOR_ID_INTEL, - .devices= pci_device_ids, + .ops = &device_ops, + .vendor = PCI_VENDOR_ID_INTEL, + .devices = pci_device_ids, }; #endif /* !__SIMPLE_DEVICE__ */ |