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
@ -294,7 +294,7 @@ const struct cbmem_entry *cbmem_entry_add(u32 id, u64 size64)
|
||||
{
|
||||
struct cbmem_root *root;
|
||||
const struct cbmem_entry *entry;
|
||||
unsigned long base;;
|
||||
unsigned long base;
|
||||
u32 size;
|
||||
u32 aligned_size;
|
||||
|
||||
|
Reference in New Issue
Block a user