mirror of
https://github.com/rust-vmm/vhost-device.git
synced 2025-12-31 19:45:41 +00:00
i2c: fix minor typos
Signed-off-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
This commit is contained in:
parent
3fac32390e
commit
19bc862531
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user