Skip to content

Commit 24d129d

Browse files
lucaceresoliwsakernel
authored andcommitted
docs: i2c: i2c-protocol,smbus-protocol: remove nonsense words
"as usual" does not mean much here, especially as these are introductory sections and 10-bit addressing hasn't been introduced yet. Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Wolfram Sang <wsa@kernel.org>
1 parent 9bbebdf commit 24d129d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Documentation/i2c/i2c-protocol.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ S Start condition
1313
P Stop condition
1414
Rd/Wr (1 bit) Read/Write bit. Rd equals 1, Wr equals 0.
1515
A, NA (1 bit) Acknowledge (ACK) and Not Acknowledge (NACK) bit
16-
Addr (7 bits) I2C 7 bit address. Note that this can be expanded as usual to
16+
Addr (7 bits) I2C 7 bit address. Note that this can be expanded to
1717
get a 10 bit I2C address.
1818
Comm (8 bits) Command byte, a data byte which often selects a register on
1919
the device.

Documentation/i2c/smbus-protocol.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Sr Repeated start condition, used to switch from write to
4141
P Stop condition
4242
Rd/Wr (1 bit) Read/Write bit. Rd equals 1, Wr equals 0.
4343
A, NA (1 bit) Acknowledge (ACK) and Not Acknowledge (NACK) bit
44-
Addr (7 bits) I2C 7 bit address. Note that this can be expanded as usual to
44+
Addr (7 bits) I2C 7 bit address. Note that this can be expanded to
4545
get a 10 bit I2C address.
4646
Comm (8 bits) Command byte, a data byte which often selects a register on
4747
the device.

0 commit comments

Comments
 (0)