Move C labels to start-of-line

Also mark the corresponding lint test stable.

Change-Id: Ib7c9ed88c5254bf56e68c01cdbd5ab91cd7bfc2f
Signed-off-by: Patrick Georgi <patrick@georgi-clan.de>
Reviewed-on: http://review.coreboot.org/772
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
Patrick Georgi
2012-03-07 15:55:47 +01:00
committed by Stefan Reinauer
parent 533ec00689
commit c5fc7db355
17 changed files with 24 additions and 24 deletions

View File

@@ -267,7 +267,7 @@ void smp_write_intsrc_pci_bridge(struct mp_config_table *mc,
smp_write_intsrc_pci_bridge(mc, irqtype, irqflag, child, dstapic, dstirq_x);
}
next:
next:
child = child->sibling;
}

View File

@@ -227,7 +227,7 @@ static void set_cpu_ops(struct device *cpu)
}
}
return;
found:
found:
cpu->ops = driver->ops;
}