From d26da9c8f0794f473f476a69821abffb52996237 Mon Sep 17 00:00:00 2001 From: Idwer Vollering Date: Sun, 22 Dec 2013 21:38:18 +0000 Subject: Coding style: punctuation cleanup [1/2]. Clean up superfluous line terminators. Change-Id: If837b4f1b3e7702cbb09ba12f53ed788a8f31386 Signed-off-by: Idwer Vollering Reviewed-on: http://review.coreboot.org/4562 Reviewed-by: Alexandru Gagniuc Tested-by: build bot (Jenkins) --- src/southbridge/amd/cimx/sb800/spi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/southbridge/amd/cimx') diff --git a/src/southbridge/amd/cimx/sb800/spi.c b/src/southbridge/amd/cimx/sb800/spi.c index d85a515fcc..3b2f5562cc 100644 --- a/src/southbridge/amd/cimx/sb800/spi.c +++ b/src/southbridge/amd/cimx/sb800/spi.c @@ -117,7 +117,7 @@ static void ImcSleep(void) static void ImcWakeup(void) { u8 cmd_val = 0x96; /* Kick off IMC Mailbox command 96 */ - u8 reg0_val = 0;; /* clear response register */ + u8 reg0_val = 0; /* clear response register */ u8 reg1_val = 0xB5; /* release ownership flag */ WriteECmsg (MSG_REG0, AccWidthUint8, ®0_val); -- cgit v1.2.3