diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2016-09-19 10:27:57 -0600 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2016-09-21 11:04:45 +0200 |
commit | a813160fbc37c41451afa01667669cf81b5799e7 (patch) | |
tree | 7792923bc839371a72c012bd520cba0cbf019534 /src/northbridge/amd/cimx | |
parent | 6fcfd919f1f6231bb03eefcff01cc39cb18abb90 (diff) | |
download | coreboot-a813160fbc37c41451afa01667669cf81b5799e7.tar.xz |
northbridge/amd: Improve code formatting
Change-Id: I80a2753f22d5211c8be4e17e2338402286a2cadc
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/16645
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/northbridge/amd/cimx')
-rw-r--r-- | src/northbridge/amd/cimx/rd890/late.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/northbridge/amd/cimx/rd890/late.c b/src/northbridge/amd/cimx/rd890/late.c index c10428dd33..9581527a44 100644 --- a/src/northbridge/amd/cimx/rd890/late.c +++ b/src/northbridge/amd/cimx/rd890/late.c @@ -78,7 +78,7 @@ static void rd890_enable(device_t dev) 0, (devfn >> 3), (devfn & 0x07), dev->enabled); /* we only do this once */ - if (devfn==0) { + if (devfn == 0) { /* CIMX configuration defualt initialize */ rd890_cimx_config(&gConfig, &nb_cfg[0], &ht_cfg[0], &pcie_cfg[0]); if (gConfig.StandardHeader.CalloutPtr != NULL) { |