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>
diff --git a/src/northbridge/intel/e7520/raminit.c b/src/northbridge/intel/e7520/raminit.c
index e9a60f1..d226085 100644
--- a/src/northbridge/intel/e7520/raminit.c
+++ b/src/northbridge/intel/e7520/raminit.c
@@ -161,7 +161,7 @@
 hw_err:
 	sz.side1 = 0;
 	sz.side2 = 0;
- out:
+out:
 	return sz;
 
 }
@@ -286,7 +286,7 @@
 	/* If an hw_error occurs report that I have no memory */
 hw_err:
 	dra = 0;
- out:
+out:
 	return dra;
 
 }
@@ -658,7 +658,7 @@
 	/* If an hw_error occurs report that I have no memory */
 hw_err:
 	drc = 0;
- out:
+out:
 	return drc;
 }
 
diff --git a/src/northbridge/intel/e7525/raminit.c b/src/northbridge/intel/e7525/raminit.c
index e341596..b5895bc 100644
--- a/src/northbridge/intel/e7525/raminit.c
+++ b/src/northbridge/intel/e7525/raminit.c
@@ -164,7 +164,7 @@
 hw_err:
 	sz.side1 = 0;
 	sz.side2 = 0;
- out:
+out:
 	return sz;
 
 }
@@ -291,7 +291,7 @@
 	/* If an hw_error occurs report that I have no memory */
 hw_err:
 	dra = 0;
- out:
+out:
 	return dra;
 
 }
@@ -664,7 +664,7 @@
 	/* If an hw_error occurs report that I have no memory */
 hw_err:
 	drc = 0;
- out:
+out:
 	return drc;
 }
 
diff --git a/src/northbridge/intel/i3100/raminit.c b/src/northbridge/intel/i3100/raminit.c
index ced3de1..926d5b3 100644
--- a/src/northbridge/intel/i3100/raminit.c
+++ b/src/northbridge/intel/i3100/raminit.c
@@ -154,7 +154,7 @@
  hw_err:
 	sz.side1 = 0;
 	sz.side2 = 0;
- out:
+out:
 	return sz;
 
 }
@@ -281,7 +281,7 @@
 	/* If an hw_error occurs report that I have no memory */
  hw_err:
 	dra = 0;
- out:
+out:
 	return dra;
 
 }
@@ -597,7 +597,7 @@
 	/* If an hw_error occurs report that I have no memory */
  hw_err:
 	drc = 0;
- out:
+out:
 	return drc;
 }
 
diff --git a/src/northbridge/intel/i3100/raminit_ep80579.c b/src/northbridge/intel/i3100/raminit_ep80579.c
index de3ffce..79fc5f7 100644
--- a/src/northbridge/intel/i3100/raminit_ep80579.c
+++ b/src/northbridge/intel/i3100/raminit_ep80579.c
@@ -126,7 +126,7 @@
  hw_err:
 	sz.side1 = 0;
 	sz.side2 = 0;
- out:
+out:
 	print_debug("dimm ");
 	print_debug_hex8(device);
 	print_debug(" size = ");
diff --git a/src/northbridge/intel/i945/raminit.c b/src/northbridge/intel/i945/raminit.c
index d92c006..a4512d7 100644
--- a/src/northbridge/intel/i945/raminit.c
+++ b/src/northbridge/intel/i945/raminit.c
@@ -1478,7 +1478,7 @@
 	 */
 	sz.side1 = 0;
 	sz.side2 = 0;
- out:
+out:
 	return sz;
 }