public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Petr Vandrovec <vandrove@vc.cvut.cz>
To: torvalds@transmeta.com
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH] 2.5.50-current-bk v4l2: too few spaces in struct definition
Date: Mon, 2 Dec 2002 19:34:43 +0100	[thread overview]
Message-ID: <20021202183443.GA9798@vana> (raw)

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,

                 reply	other threads:[~2002-12-02 18:27 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20021202183443.GA9798@vana \
    --to=vandrove@vc.cvut.cz \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@transmeta.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox