aboutsummaryrefslogtreecommitdiff
path: root/src/lib/spd_bin.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/spd_bin.c')
-rw-r--r--src/lib/spd_bin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/spd_bin.c b/src/lib/spd_bin.c
index 4be0051844..47c6dbd7cb 100644
--- a/src/lib/spd_bin.c
+++ b/src/lib/spd_bin.c
@@ -175,7 +175,7 @@ static void spd_get_name(const uint8_t spd[], char spd_name[], int dram_type)
void print_spd_info(uint8_t spd[])
{
- char spd_name[DDR4_SPD_PART_LEN+1] = { 0 };
+ char spd_name[DDR4_SPD_PART_LEN + 1] = { 0 };
int type = spd[SPD_DRAM_TYPE];
int banks = spd_get_banks(spd, type);
int capmb = spd_get_capmb(spd);