[PATCH][trivial] matroxfb_maven remove pointless semicolons afterlabel

From: Jesper Juhl
Date: Sun Mar 20 2005 - 11:41:32 EST



Having a semicolon at the end as in labelname:; is pointless, remove.


Signed-off-by: Jesper Juhl <juhl-lkml@xxxxxx>

diff -up linux-2.6.11-mm4-orig/drivers/video/matrox/matroxfb_maven.c linux-2.6.11-mm4/drivers/video/matrox/matroxfb_maven.c
--- linux-2.6.11-mm4-orig/drivers/video/matrox/matroxfb_maven.c 2005-03-02 08:37:30.000000000 +0100
+++ linux-2.6.11-mm4/drivers/video/matrox/matroxfb_maven.c 2005-03-20 17:35:48.000000000 +0100
@@ -1263,11 +1263,11 @@ static int maven_detect_client(struct i2
if (err)
goto ERROR4;
return 0;
-ERROR4:;
+ERROR4:
i2c_detach_client(new_client);
-ERROR3:;
+ERROR3:
kfree(new_client);
-ERROR0:;
+ERROR0:
return err;
}



-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/