i2c: fix minor typos

Signed-off-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
This commit is contained in:
Manos Pitsidianakis 2025-07-02 14:54:37 +03:00 committed by Manos Pitsidianakis
parent 3fac32390e
commit 19bc862531

View File

@ -41,7 +41,7 @@ Examples section below.
Example: --device-list "i915 gmbus dpd:32:21,DPDDC-D:10:23"
```
Here,
bus-name: is adatper's name. e.g. value of /sys/bus/i2c/devices/i2c-0/name.
bus-name: is adapter's name. e.g. value of /sys/bus/i2c/devices/i2c-0/name.
client_addr (decimal): address for client device, 32 == 0x20.
- format by number:
@ -51,7 +51,7 @@ Examples section below.
Example: --device-list "2:32:21,3:10:23"
```
Here,
bus (decimal): adatper bus number. e.g. 2 for /dev/i2c-2, 3 for /dev/i2c-3.
bus (decimal): adapter bus number. e.g. 2 for /dev/i2c-2, 3 for /dev/i2c-3.
client_addr (decimal): address for client device, 32 == 0x20.
## Examples