aboutsummaryrefslogtreecommitdiff
path: root/src/devices
diff options
context:
space:
mode:
authorPatrick Georgi <patrick@georgi-clan.de>2012-03-07 15:55:47 +0100
committerStefan Reinauer <stefan.reinauer@coreboot.org>2012-03-07 17:48:03 +0100
commitc5fc7db3559e080858461b724251f87be6faa2cd (patch)
treef33c6458066eb7ad68906df0cb9ebba15e986eb7 /src/devices
parent533ec00689d5affb283ea1a07c978972441deeba (diff)
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>
Diffstat (limited to 'src/devices')
-rw-r--r--src/devices/oprom/yabel/pmm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/oprom/yabel/pmm.c b/src/devices/oprom/yabel/pmm.c
index 989bde4d27..19d14d46b6 100644
--- a/src/devices/oprom/yabel/pmm.c
+++ b/src/devices/oprom/yabel/pmm.c
@@ -267,7 +267,7 @@ void pmm_handleInt()
rval = 0xFFFFFFFF;
goto exit;
}
- exit:
+exit:
/* exit handler of this function, restore registers, put return value in DX:AX */
M.x86 = backup_regs;
M.x86.R_DX = (u16) ((rval >> 16) & 0xFFFF);