src/cpu: Fix checkpatch warning: no spaces at the start of a line

Change-Id: Iabdaaaee49e8c5cead304cda66412aa36a2ffd19
Signed-off-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/20729
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Werner Zeh <werner.zeh@siemens.com>
This commit is contained in:
Martin Roth 2017-07-23 16:07:31 -06:00
parent 015082dff3
commit e5f2d4c44c
3 changed files with 34 additions and 34 deletions

View File

@ -735,7 +735,7 @@ static void UpdateSinglePlaneNbVid(void)
} }
static void fixPsNbVidBeforeWR(u32 newNbVid, u32 coreid, u32 dev, u8 pviMode) static void fixPsNbVidBeforeWR(u32 newNbVid, u32 coreid, u32 dev, u8 pviMode)
{ {
msr_t msr; msr_t msr;
u8 startup_pstate; u8 startup_pstate;