summaryrefslogtreecommitdiff
path: root/src/mainboard/intel/kunimitsu/spd
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2018-05-22 12:51:27 +0200
committerPatrick Georgi <pgeorgi@google.com>2018-06-04 08:52:13 +0000
commit448d9fb4310eb8c390020c64af703060ab3545a6 (patch)
treea2b820d5aee80f3de5798584c257c9ec894ffa57 /src/mainboard/intel/kunimitsu/spd
parent7154ef2fe155ce34517c8f893ffec6bc1500e6ac (diff)
downloadcoreboot-448d9fb4310eb8c390020c64af703060ab3545a6.tar.xz
src: Use "foo *bar" instead of "foo* bar"
Change-Id: Ib2bb6cc80ac2bdc389c60c7ffac4bba937f0fca8 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/26461 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/mainboard/intel/kunimitsu/spd')
-rw-r--r--src/mainboard/intel/kunimitsu/spd/spd_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/intel/kunimitsu/spd/spd_util.c b/src/mainboard/intel/kunimitsu/spd/spd_util.c
index a17b519919..676f84d01c 100644
--- a/src/mainboard/intel/kunimitsu/spd/spd_util.c
+++ b/src/mainboard/intel/kunimitsu/spd/spd_util.c
@@ -75,7 +75,7 @@ void mainboard_fill_rcomp_strength_data(void *rcomp_strength_ptr)
uintptr_t mainboard_get_spd_data(void)
{
- char* spd_file;
+ char *spd_file;
int spd_index, spd_span;
size_t spd_file_len;