aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/Makefile
diff options
context:
space:
mode:
authorJames Seo <james@equiv.tech>2023-04-05 07:31:07 +0000
committerGuenter Roeck <linux@roeck-us.net>2023-04-19 07:08:39 -0700
commitb0eb085b4f960a2961e566b5608470e493b2003d (patch)
tree9bf7af109a850fd0bde136bcd82fc24746a58eb4 /drivers/hwmon/Makefile
parent38c92a3110106e1b75d6d3c237478a11fefb461f (diff)
downloadlinux-b0eb085b4f960a2961e566b5608470e493b2003d.tar.gz
hwmon: fix typo in Makefile
Fix the spelling of "ACPI" in Makefile. Signed-off-by: James Seo <james@equiv.tech> Link: https://lore.kernel.org/r/20230405073056.53466-3-james@equiv.tech Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/hwmon/Makefile')
-rw-r--r--drivers/hwmon/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/Makefile b/drivers/hwmon/Makefile
index 88712b5031c87c..e12c111a174ad3 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