linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] 2.5.50-current-bk v4l2: too few spaces in struct definition
@ 2002-12-02 18:34 Petr Vandrovec
  0 siblings, 0 replies; only message in thread
From: Petr Vandrovec @ 2002-12-02 18:34 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel

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,

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-12-02 18:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-12-02 18:34 [PATCH] 2.5.50-current-bk v4l2: too few spaces in struct definition Petr Vandrovec

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).