lkml.org 
[lkml]   [2002]   [Dec]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] 2.5.50-current-bk v4l2: too few spaces in struct definition
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/
\
 
 \ /
  Last update: 2005-03-22 13:31    [W:0.044 / U:0.024 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site