public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Jean Delvare <khali@linux-fr.org>
To: Marcelo Tosatti <marcelo.tosatti@cyclades.com>
Cc: LKML <linux-kernel@vger.kernel.org>
Subject: [PATCH 2.4] (3/5) I2C updates for 2.4.32-pre3
Date: Sun, 14 Aug 2005 17:12:30 +0200	[thread overview]
Message-ID: <20050814171230.251ff04a.khali@linux-fr.org> (raw)
In-Reply-To: <20050814151320.76e906d5.khali@linux-fr.org>

Fix documentation to match code in include/linux/i2c-dev.h

Signed-off-by: Jan Veldeman <jan@mind.be>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Jean Delvare <khali@linux-fr.org>

 Documentation/i2c/dev-interface |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

--- linux-2.4.31.orig/Documentation/i2c/dev-interface	2004-02-18 14:36:30.000000000 +0100
+++ linux-2.4.31/Documentation/i2c/dev-interface	2005-07-13 23:27:06.000000000 +0200
@@ -92,10 +92,10 @@
 ioctl(file,I2C_FUNCS,unsigned long *funcs)
   Gets the adapter functionality and puts it in *funcs.
 
-ioctl(file,I2C_RDWR,struct i2c_ioctl_rdwr_data *msgset)
+ioctl(file,I2C_RDWR,struct i2c_rdwr_ioctl_data *msgset)
 
   Do combined read/write transaction without stop in between.
-  The argument is a pointer to a struct i2c_ioctl_rdwr_data {
+  The argument is a pointer to a struct i2c_rdwr_ioctl_data {
 
       struct i2c_msg *msgs;  /* ptr to array of simple messages */
       int nmsgs;             /* number of messages to exchange */

-- 
Jean Delvare

  parent reply	other threads:[~2005-08-14 15:11 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-08-14 13:13 [PATCH 2.4] (0/5) I2C updates for 2.4.32-pre3 Jean Delvare
2005-08-14 15:04 ` [PATCH 2.4] (1/5) " Jean Delvare
2005-08-14 15:05 ` [PATCH 2.4] (0/5) " Michael Krufky
2005-08-14 19:16   ` Jean Delvare
2005-08-14 15:09 ` [PATCH 2.4] (2/5) " Jean Delvare
2005-08-14 15:12 ` Jean Delvare [this message]
2005-08-14 15:14 ` [PATCH 2.4] (4/5) " Jean Delvare
2005-08-14 15:17 ` [PATCH 2.4] (5/5) " Jean Delvare
2005-08-18 16:25   ` Marcelo Tosatti
2005-08-24 21:43     ` Jean Delvare

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=20050814171230.251ff04a.khali@linux-fr.org \
    --to=khali@linux-fr.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marcelo.tosatti@cyclades.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