Skip to content

Commit

Permalink
docs: i2c: i2c-protocol,smbus-protocol: remove nonsense words
Browse files Browse the repository at this point in the history
"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 <[email protected]>
Signed-off-by: Wolfram Sang <[email protected]>
  • Loading branch information
lucaceresoli authored and wsakernel committed Aug 11, 2022
1 parent 9bbebdf commit 24d129d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Documentation/i2c/i2c-protocol.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ S Start condition
P Stop condition
Rd/Wr (1 bit) Read/Write bit. Rd equals 1, Wr equals 0.
A, NA (1 bit) Acknowledge (ACK) and Not Acknowledge (NACK) bit
Addr (7 bits) I2C 7 bit address. Note that this can be expanded as usual to
Addr (7 bits) I2C 7 bit address. Note that this can be expanded to
get a 10 bit I2C address.
Comm (8 bits) Command byte, a data byte which often selects a register on
the device.
Expand Down
2 changes: 1 addition & 1 deletion Documentation/i2c/smbus-protocol.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Sr Repeated start condition, used to switch from write to
P Stop condition
Rd/Wr (1 bit) Read/Write bit. Rd equals 1, Wr equals 0.
A, NA (1 bit) Acknowledge (ACK) and Not Acknowledge (NACK) bit
Addr (7 bits) I2C 7 bit address. Note that this can be expanded as usual to
Addr (7 bits) I2C 7 bit address. Note that this can be expanded to
get a 10 bit I2C address.
Comm (8 bits) Command byte, a data byte which often selects a register on
the device.
Expand Down

0 comments on commit 24d129d

Please sign in to comment.