[PATCH] 2.5.50-current-bk v4l2: too few spaces in struct definition

From: Petr Vandrovec (vandrove@vc.cvut.cz)
Date: Mon Dec 02 2002 - 13:34:43 EST


Hi Linus,
    "static structi2c_clientclient_template" works much better
when spaces are added at appropriate places.
                                                Petr Vandrovec

diff -urdN linux/drivers/media/video/tuner.c linux/drivers/media/video/tuner.c
--- linux/drivers/media/video/tuner.c 2002-12-02 17:28:22.000000000 +0000
+++ linux/drivers/media/video/tuner.c 2002-12-02 17:42:56.000000000 +0000
@@ -982,7 +982,7 @@
         .detach_client = tuner_detach,
         .command = tuner_command,
 };
-static structi2c_clientclient_template =
+static struct i2c_client client_template =
 {
         .name = "(tunerunset)",
         .flags = I2C_CLIENT_ALLOW_USE,
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sat Dec 07 2002 - 22:00:13 EST