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:
Idwer Vollering
2013-12-22 21:38:18 +00:00
committed by Alexandru Gagniuc
parent c6c8cb7f79
commit d26da9c8f0
21 changed files with 24 additions and 24 deletions

View File

@ -1283,8 +1283,8 @@ static void i5000_setup_interleave(struct i5000_fbd_setup *setup)
}
printk(BIOS_DEBUG, "MIR0: %04x\n", mir0);
printk(BIOS_DEBUG, "MIR1: %04x\n", mir1);;
printk(BIOS_DEBUG, "MIR2: %04x\n", mir2);;
printk(BIOS_DEBUG, "MIR1: %04x\n", mir1);
printk(BIOS_DEBUG, "MIR2: %04x\n", mir2);
pci_write_config16(dev16, I5000_MIR0, mir0);
pci_write_config16(dev16, I5000_MIR1, mir1);