From 448d9fb4310eb8c390020c64af703060ab3545a6 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Tue, 22 May 2018 12:51:27 +0200 Subject: src: Use "foo *bar" instead of "foo* bar" Change-Id: Ib2bb6cc80ac2bdc389c60c7ffac4bba937f0fca8 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/26461 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- src/mainboard/intel/kunimitsu/spd/spd_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard/intel/kunimitsu') 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; -- cgit v1.2.3