]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
Documentation/i2c: fix spelling error in i2c-address-translators
authorAttreyee Mukherjee <tintinm2017@gmail.com>
Sat, 23 Dec 2023 19:08:53 +0000 (00:38 +0530)
committerWolfram Sang <wsa@kernel.org>
Wed, 27 Dec 2023 19:05:44 +0000 (20:05 +0100)
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>
Documentation/i2c/i2c-address-translators.rst

index b22ce9f41ecfbc5451f69a3c6442c32db03f4e10..6845c114e472a05cbba13385112fd96945629836 100644 (file)
@@ -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,