Message ID | 20231223190852.27108-1-tintinm2017@gmail.com |
---|---|
State | New |
Headers | show |
Series | Documentation/i2c: fix spelling error in i2c-address-translators i2c-address-translators | expand |
On 12/23/23 11:08, attreyee-muk wrote: > 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> Thanks. > --- > Documentation/i2c/i2c-address-translators.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > 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,
On Sun, Dec 24, 2023 at 12:38:53AM +0530, attreyee-muk wrote: > Correct to "stretched" from "streched" in "keeps clock streched on bus A > waiting for reply" > > Signed-off-by: Attreyee Mukherjee <tintinm2017@gmail.com> Applied to for-current, thanks!
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,
Correct to "stretched" from "streched" in "keeps clock streched on bus A waiting for reply" Signed-off-by: Attreyee Mukherjee <tintinm2017@gmail.com> --- Documentation/i2c/i2c-address-translators.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)