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,