Documentation: i2c: correct spelling
authorRandy Dunlap <rdunlap@infradead.org>
Sat, 28 Jan 2023 19:21:09 +0000 (11:21 -0800)
committerWolfram Sang <wsa@kernel.org>
Wed, 15 Feb 2023 19:59:44 +0000 (20:59 +0100)
Correct spelling problems for Documentation/i2c/ as reported
by codespell.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
Documentation/i2c/gpio-fault-injection.rst
Documentation/i2c/smbus-protocol.rst

index 9dca6ec7d2661542f5463a4d921a972054295dc2..91d23889abd503de02264d4748cc5e01343f67ba 100644 (file)
@@ -93,7 +93,7 @@ bus arbitration against another master in a multi-master setup.
 ------------------
 
 This file is write only and you need to write the duration of the arbitration
-intereference (in µs, maximum is 100ms). The calling process will then sleep
+interference (in µs, maximum is 100ms). The calling process will then sleep
 and wait for the next bus clock. The process is interruptible, though.
 
 Arbitration lost is achieved by waiting for SCL going down by the master under
index 4942c4cad4adabde16cc24ee82dc219b2dd38a40..adc87456c99d217138650d7d527d454d2a4c33b6 100644 (file)
@@ -238,7 +238,7 @@ This is implemented in the following way in the Linux kernel:
 * I2C bus drivers trigger SMBus Host Notify by a call to
   i2c_handle_smbus_host_notify().
 * I2C drivers for devices which can trigger SMBus Host Notify will have
-  client->irq assigned to a Host Notify IRQ if noone else specified an other.
+  client->irq assigned to a Host Notify IRQ if no one else specified another.
 
 There is currently no way to retrieve the data parameter from the client.