src/{device,drivers}: Use "foo *bar" instead of "foo* bar"

Change-Id: Ic1c9b1edd8d3206a68854107ddcbc5c51cb487c3
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/27404
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
Elyes HAOUAS
2018-07-08 12:33:47 +02:00
committed by Patrick Georgi
parent 6c9737b1ac
commit b0b0c8c60a
21 changed files with 67 additions and 65 deletions

View File

@@ -39,7 +39,7 @@ static void wait_rdy(u8 *mmio)
}
}
static void intel_gmbus_stop_bus(u8 * mmio, u8 bus)
static void intel_gmbus_stop_bus(u8 *mmio, u8 bus)
{
wait_rdy(mmio);
write32(GMBUS0_ADDR, bus);