ACPI: docs: enumeration: Correct reference to the I²C device data type
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 2 Mar 2023 16:12:12 +0000 (18:12 +0200)
committerRafael J. Wysocki <rjw@rjwysocki.net>
Tue, 7 Mar 2023 13:09:49 +0000 (14:09 +0100)
I²C peripheral devices that are connected to the controller are
represented in the Linux kernel as objects of the struct i2c_client.
Fix this in the documentation.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Rafael J. Wysocki <rjw@rjwysocki.net>
Documentation/firmware-guide/acpi/enumeration.rst

index b9dc0c6..56d9913 100644 (file)
@@ -19,7 +19,7 @@ possible we decided to do following:
     platform devices.
 
   - Devices behind real busses where there is a connector resource
-    are represented as struct spi_device or struct i2c_device. Note
+    are represented as struct spi_device or struct i2c_client. Note
     that standard UARTs are not busses so there is no struct uart_device,
     although some of them may be represented by struct serdev_device.