aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/lenovo/t430s
diff options
context:
space:
mode:
authorPeter Lemenkov <lemenkov@gmail.com>2020-01-22 11:40:16 +0100
committerPatrick Georgi <pgeorgi@google.com>2020-01-28 18:37:44 +0000
commit6b7d40a973c2cb61cfa683065db38601537b5dd5 (patch)
treed81fb065778e03af20745a6921ad6738dc23796d /src/mainboard/lenovo/t430s
parent46cef44dad8f796b9c5ac0ed3a684266b88cec62 (diff)
mb/lenovo: Remove unnecessary whitespace in comments
This makes diff between boards even smaller in some cases. Change-Id: I42ecaf5de657275708ddaf2c926fe31fe16a7220 Signed-off-by: Peter Lemenkov <lemenkov@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/38515 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Diffstat (limited to 'src/mainboard/lenovo/t430s')
-rw-r--r--src/mainboard/lenovo/t430s/variants/t431s/romstage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/lenovo/t430s/variants/t431s/romstage.c b/src/mainboard/lenovo/t430s/variants/t431s/romstage.c
index fa6028dbee..04ddbe070f 100644
--- a/src/mainboard/lenovo/t430s/variants/t431s/romstage.c
+++ b/src/mainboard/lenovo/t430s/variants/t431s/romstage.c
@@ -42,7 +42,7 @@ const struct southbridge_usb_port mainboard_usb_ports[] = {
void mainboard_get_spd(spd_raw_data *spd, bool id_only)
{
- /* C1S0 is a soldered RAM with no real SPD. Use stored SPD. */
+ /* C1S0 is a soldered RAM with no real SPD. Use stored SPD. */
size_t spd_file_len = 0;
void *spd_file = cbfs_boot_map_with_leak("spd.bin", CBFS_TYPE_SPD,
&spd_file_len);