From: James Seo Date: Wed, 5 Apr 2023 07:31:07 +0000 (+0000) Subject: hwmon: fix typo in Makefile X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=b0eb085b4f960a2961e566b5608470e493b2003d;p=linux.git hwmon: fix typo in Makefile Fix the spelling of "ACPI" in Makefile. Signed-off-by: James Seo Link: https://lore.kernel.org/r/20230405073056.53466-3-james@equiv.tech Signed-off-by: Guenter Roeck --- diff --git a/drivers/hwmon/Makefile b/drivers/hwmon/Makefile index 88712b5031c87..e12c111a174ad 100644 --- a/drivers/hwmon/Makefile +++ b/drivers/hwmon/Makefile @@ -6,7 +6,7 @@ obj-$(CONFIG_HWMON) += hwmon.o obj-$(CONFIG_HWMON_VID) += hwmon-vid.o -# APCI drivers +# ACPI drivers obj-$(CONFIG_SENSORS_ACPI_POWER) += acpi_power_meter.o obj-$(CONFIG_SENSORS_ATK0110) += asus_atk0110.o obj-$(CONFIG_SENSORS_ASUS_EC) += asus-ec-sensors.o