summaryrefslogtreecommitdiffstats
path: root/src/device
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2018-06-29 21:41:41 +0200
committerPatrick Georgi <pgeorgi@google.com>2018-07-02 07:39:51 +0000
commite3e3f4f4ed4fee2f739806a81a7323fefe63e96d (patch)
tree56fe3cdaa378ed0e6719fb0b46ca6ec2fa73c110 /src/device
parent21b71ce66b89f7bff7959027d971e9a7786bf219 (diff)
downloadcoreboot-e3e3f4f4ed4fee2f739806a81a7323fefe63e96d.tar.gz
coreboot-e3e3f4f4ed4fee2f739806a81a7323fefe63e96d.tar.bz2
coreboot-e3e3f4f4ed4fee2f739806a81a7323fefe63e96d.zip
src: Get rid of unneeded whitespace
Change-Id: I3873cc8ff82cb043e4867a6fe8c1f253ab18714a Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/27295 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/device')
-rw-r--r--src/device/dram/ddr3.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/device/dram/ddr3.c b/src/device/dram/ddr3.c
index 535b48a7078d..a084ca06e0e2 100644
--- a/src/device/dram/ddr3.c
+++ b/src/device/dram/ddr3.c
@@ -115,7 +115,7 @@ u16 spd_ddr3_calc_unique_crc(u8 *spd, int len)
* array, and passed to this function.
*
* @param dimm pointer to @ref dimm_attr structure where the decoded data is to
- * be stored
+ * be stored
* @param spd array of raw data previously read from the SPD.
*
* @return @ref spd_status enumerator
@@ -123,7 +123,7 @@ u16 spd_ddr3_calc_unique_crc(u8 *spd, int len)
* SPD_STATUS_INVALID -- invalid SPD or not a DDR3 SPD
* SPD_STATUS_CRC_ERROR -- CRC did not verify
* SPD_STATUS_INVALID_FIELD -- A field with an invalid value was
- * detected.
+ * detected.
*/
int spd_decode_ddr3(dimm_attr * dimm, spd_raw_data spd)
{