Coding style: punctuation cleanup [1/2].
Clean up superfluous line terminators. Change-Id: If837b4f1b3e7702cbb09ba12f53ed788a8f31386 Signed-off-by: Idwer Vollering <vidwer@gmail.com> Reviewed-on: http://review.coreboot.org/4562 Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com> Tested-by: build bot (Jenkins)
This commit is contained in:
committed by
Alexandru Gagniuc
parent
c6c8cb7f79
commit
d26da9c8f0
@@ -151,7 +151,7 @@ static void sm_init(device_t dev)
|
||||
pm_iowrite(0x55, byte);
|
||||
|
||||
byte = pm_ioread(0xD7);
|
||||
byte |= 1 << 6 | 1 << 1;;
|
||||
byte |= 1 << 6 | 1 << 1;
|
||||
pm_iowrite(0xD7, byte);
|
||||
|
||||
/* 2.15 */
|
||||
|
Reference in New Issue
Block a user