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)
This commit is contained in:
Martin Roth 2016-03-30 13:30:12 -06:00
parent c00f4d669d
commit e35db2c6eb
2 changed files with 2 additions and 2 deletions

View File

@ -317,7 +317,7 @@ static int dramc_scan_dll_para(void)
return dramc_scan_readpipe();
}
fail:
fail:
clrbits_le32(&dram->dllcr[0], 0x3f << 6);
for (cr_i = 1; cr_i < 5; cr_i++)
clrbits_le32(&dram->dllcr[cr_i], 0x4f << 14);

View File

@ -340,7 +340,7 @@ int init_processor_name(void)
}
}
done:
done:
strcpymax(&program_string[j], processor_name_string,
sizeof(program_string) - j);
}