linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Andrea Gelmini <andrea.gelmini@gelma.net>
To: andrea.gelmini@gelma.net
Cc: "Jean Delvare (PC drivers, core)" <khali@linux-fr.org>,
	"Ben Dooks (embedded platforms)" <ben-linux@fluff.org>,
	Randy Dunlap <rdunlap@xenotime.net>,
	linux-i2c@vger.kernel.org, linux-doc@vger.kernel.org
Subject: [PATCH 048/199] Documentation/i2c/ten-bit-addresses: Checkpatch cleanup
Date: Sun, 23 May 2010 21:56:16 +0200	[thread overview]
Message-ID: <1274644605-25181-20-git-send-email-andrea.gelmini@gelma.net> (raw)
In-Reply-To: <1274644605-25181-1-git-send-email-andrea.gelmini@gelma.net>

Documentation/i2c/ten-bit-addresses:1: ERROR: trailing whitespace
Documentation/i2c/ten-bit-addresses:7: ERROR: trailing whitespace
Documentation/i2c/ten-bit-addresses:14: ERROR: trailing whitespace

Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
---
 Documentation/i2c/ten-bit-addresses |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Documentation/i2c/ten-bit-addresses b/Documentation/i2c/ten-bit-addresses
index 200074f..e989070 100644
--- a/Documentation/i2c/ten-bit-addresses
+++ b/Documentation/i2c/ten-bit-addresses
@@ -1,17 +1,17 @@
-The I2C protocol knows about two kinds of device addresses: normal 7 bit 
+The I2C protocol knows about two kinds of device addresses: normal 7 bit
 addresses, and an extended set of 10 bit addresses. The sets of addresses
 do not intersect: the 7 bit address 0x10 is not the same as the 10 bit
 address 0x10 (though a single device could respond to both of them). You
 select a 10 bit address by adding an extra byte after the address
 byte:
-  S Addr7 Rd/Wr ....  
+  S Addr7 Rd/Wr ....
 becomes
   S 11110 Addr10 Rd/Wr
 S is the start bit, Rd/Wr the read/write bit, and if you count the number
 of bits, you will see the there are 8 after the S bit for 7 bit addresses,
 and 16 after the S bit for 10 bit addresses.
 
-WARNING! The current 10 bit address support is EXPERIMENTAL. There are 
+WARNING! The current 10 bit address support is EXPERIMENTAL. There are
 several places in the code that will cause SEVERE PROBLEMS with 10 bit
 addresses, even though there is some basic handling and hooks. Also,
 almost no supported adapter handles the 10 bit addresses correctly.
-- 
1.7.1.251.gf80a2


      parent reply	other threads:[~2010-05-23 19:56 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1274644605-25181-1-git-send-email-andrea.gelmini@gelma.net>
2010-05-23 19:56 ` [PATCH 042/199] Documentation/i2c/busses/i2c-ali1535: Checkpatch cleanup Andrea Gelmini
2010-05-23 21:14   ` Jean Delvare
2010-05-23 21:34     ` Randy Dunlap
2010-05-23 21:50       ` Andrea Gelmini
2010-05-23 21:56         ` Randy Dunlap
2010-05-23 21:47     ` Andrea Gelmini
2010-05-23 19:56 ` [PATCH 043/199] Documentation/i2c/busses/i2c-ali1563: " Andrea Gelmini
2010-05-23 19:56 ` [PATCH 046/199] Documentation/i2c/busses/i2c-sis5595: " Andrea Gelmini
     [not found] ` <1274644605-25181-1-git-send-email-andrea.gelmini-PT7Us6ch6G9eoWH0uzbU5w@public.gmane.org>
2010-05-23 19:56   ` [PATCH 044/199] Documentation/i2c/busses/i2c-ali15x3: " Andrea Gelmini
2010-05-23 19:56   ` [PATCH 045/199] Documentation/i2c/busses/i2c-pca-isa: " Andrea Gelmini
2010-05-23 19:56   ` [PATCH 047/199] Documentation/i2c/busses/i2c-sis630: " Andrea Gelmini
2010-05-23 19:56 ` Andrea Gelmini [this message]

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=1274644605-25181-20-git-send-email-andrea.gelmini@gelma.net \
    --to=andrea.gelmini@gelma.net \
    --cc=ben-linux@fluff.org \
    --cc=khali@linux-fr.org \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-i2c@vger.kernel.org \
    --cc=rdunlap@xenotime.net \
    /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;
as well as URLs for NNTP newsgroup(s).