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/asus/kfsn4-dre/romstage.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/mainboard/asus/kfsn4-dre') diff --git a/src/mainboard/asus/kfsn4-dre/romstage.c b/src/mainboard/asus/kfsn4-dre/romstage.c index 105dacfa60..56a6bdffd5 100644 --- a/src/mainboard/asus/kfsn4-dre/romstage.c +++ b/src/mainboard/asus/kfsn4-dre/romstage.c @@ -118,7 +118,8 @@ static const unsigned int ctrl_conf_enable_msi_mapping[] = { RES_PCI_IO, PCI_ADDR(0, 0, 0, 0xe0), ~(0x00000000), 0x00010000, /* Enable MSI mapping on host bridge -- without this Linux cannot use the network device MSI interrupts! */ }; -static void ck804_control(const unsigned int* values, u32 size, uint8_t bus_unit_id) +static void ck804_control(const unsigned int *values, u32 size, + uint8_t bus_unit_id) { unsigned busn[4], io_base[4]; int i, ck804_num = 0; -- cgit v1.2.3