the following patch was just integrated into master: commit e35db2c6eb66945d443f60ad2ba6e0e0fed27ad1 Author: Martin Roth martinroth@google.com Date: Wed Mar 30 13:30:12 2016 -0600
src/: Fix lint style-labels warnings
The lint-stable-004-style-labels check tries to verify that labels in c and asm files start at the first column, and don't have whitespace in front of them.
This fixes the 2 actual violations of the lint check.
Change-Id: Ia11a90d7301e62a116c7a9ef9b4c2bc3f982b308 Signed-off-by: Martin Roth martinroth@google.com Reviewed-on: https://review.coreboot.org/14193 Reviewed-by: Timothy Pearson tpearson@raptorengineeringinc.com Reviewed-by: Julius Werner jwerner@chromium.org Tested-by: build bot (Jenkins)
See https://review.coreboot.org/14193 for details.
-gerrit