diff options
author | Simon Glass | 2020-09-22 12:45:44 -0600 |
---|---|---|
committer | Bin Meng | 2020-09-25 11:27:26 +0800 |
commit | 9c6aaf13473b611508e9bc3a5ab851255403c3bf (patch) | |
tree | 6f754931602c7bc8c24c3d7766ef7c18e1e174ba /include/acpi | |
parent | 1e4073b8559615509af45f2f826d157c39841fd0 (diff) |
acpi: Use I2cSerialBusV2() instead of I2cSerialBus()
Use the correct name of the ACPI structure being created.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/acpi')
-rw-r--r-- | include/acpi/acpi_device.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/acpi/acpi_device.h b/include/acpi/acpi_device.h index 007b7e7caf1..ed4acd912a1 100644 --- a/include/acpi/acpi_device.h +++ b/include/acpi/acpi_device.h @@ -413,7 +413,7 @@ int acpi_device_write_dsm_i2c_hid(struct acpi_ctx *ctx, /** * acpi_device_write_i2c_dev() - Write an I2C device to ACPI * - * This creates a I2cSerialBus descriptor for an I2C device, including + * This creates a I2cSerialBusV2 descriptor for an I2C device, including * information ACPI needs to use it. * * @ctx: ACPI context pointer |