Skip to content

Commit 6c12ec2

Browse files
lucaceresoliwsakernel
authored andcommitted
docs: i2c: smbus-protocol: improve DataLow/DataHigh definition
Use a more professional wording. Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Reviewed-by: Bagas Sanjaya <bagasdotme@gmail.com> Signed-off-by: Wolfram Sang <wsa@kernel.org>
1 parent 0721cee commit 6c12ec2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/i2c/smbus-protocol.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ 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.
48-
Data (8 bits) A plain data byte. Sometimes, I write DataLow, DataHigh
49-
for 16 bit data.
48+
Data (8 bits) A plain data byte. DataLow and DataHigh represent the low and
49+
high byte of a 16 bit word.
5050
Count (8 bits) A data byte containing the length of a block operation.
5151

5252
[..] Data sent by I2C device, as opposed to data sent by the host

0 commit comments

Comments
 (0)