diff options
author | Attreyee Mukherjee <tintinm2017@gmail.com> | 2023-12-23 20:08:53 +0100 |
---|---|---|
committer | Wolfram Sang <wsa@kernel.org> | 2023-12-27 20:05:44 +0100 |
commit | 5cb23af38916fccde98f7a999b0b6f8c4ec34a3e (patch) | |
tree | e0bd0139f3d51c2592edc9c78297c3525c55a8e6 /Documentation/i2c | |
parent | Linux 6.7-rc7 (diff) | |
download | linux-5cb23af38916fccde98f7a999b0b6f8c4ec34a3e.tar.xz linux-5cb23af38916fccde98f7a999b0b6f8c4ec34a3e.zip |
Documentation/i2c: fix spelling error in i2c-address-translators
Correct to "stretched" from "streched" in "keeps clock streched on bus A
waiting for reply".
Signed-off-by: Attreyee Mukherjee <tintinm2017@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
Diffstat (limited to 'Documentation/i2c')
-rw-r--r-- | Documentation/i2c/i2c-address-translators.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/i2c/i2c-address-translators.rst b/Documentation/i2c/i2c-address-translators.rst index b22ce9f41ecf..6845c114e472 100644 --- a/Documentation/i2c/i2c-address-translators.rst +++ b/Documentation/i2c/i2c-address-translators.rst @@ -71,7 +71,7 @@ Transaction: - Physical I2C transaction on bus A, slave address 0x20 - ATR chip detects transaction on address 0x20, finds it in table, propagates transaction on bus B with address translated to 0x10, - keeps clock streched on bus A waiting for reply + keeps clock stretched on bus A waiting for reply - Slave X chip (on bus B) detects transaction at its own physical address 0x10 and replies normally - ATR chip stops clock stretching and forwards reply on bus A, |