linux-hwmon.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] hwmon: trivial patches to build files
@ 2023-04-05  7:31 James Seo
  2023-04-05  7:31 ` [PATCH 1/2] hwmon: remove trailing whitespace in Kconfig James Seo
  2023-04-05  7:31 ` [PATCH 2/2] hwmon: fix typo in Makefile James Seo
  0 siblings, 2 replies; 3+ messages in thread
From: James Seo @ 2023-04-05  7:31 UTC (permalink / raw)
  Cc: Jean Delvare, Guenter Roeck, linux-hwmon, linux-kernel, James Seo

These patches address two trivial issues noticed in passing.

James Seo (2):
  hwmon: remove trailing whitespace in Kconfig
  hwmon: fix typo in Makefile

 drivers/hwmon/Kconfig  | 2 +-
 drivers/hwmon/Makefile | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


base-commit: 197b6b60ae7bc51dd0814953c562833143b292aa
-- 
2.34.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH 1/2] hwmon: remove trailing whitespace in Kconfig
  2023-04-05  7:31 [PATCH 0/2] hwmon: trivial patches to build files James Seo
@ 2023-04-05  7:31 ` James Seo
  2023-04-05  7:31 ` [PATCH 2/2] hwmon: fix typo in Makefile James Seo
  1 sibling, 0 replies; 3+ messages in thread
From: James Seo @ 2023-04-05  7:31 UTC (permalink / raw)
  Cc: Jean Delvare, Guenter Roeck, linux-hwmon, linux-kernel, James Seo

Remove an unneeded trailing space.

Signed-off-by: James Seo <james@equiv.tech>
---
 drivers/hwmon/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig
index 5b3b76477b0e..0d6b60b8d0d2 100644
--- a/drivers/hwmon/Kconfig
+++ b/drivers/hwmon/Kconfig
@@ -1976,7 +1976,7 @@ config SENSORS_ADS7871
 
 config SENSORS_AMC6821
 	tristate "Texas Instruments AMC6821"
-	depends on I2C 
+	depends on I2C
 	help
 	  If you say yes here you get support for the Texas Instruments
 	  AMC6821 hardware monitoring chips.
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH 2/2] hwmon: fix typo in Makefile
  2023-04-05  7:31 [PATCH 0/2] hwmon: trivial patches to build files James Seo
  2023-04-05  7:31 ` [PATCH 1/2] hwmon: remove trailing whitespace in Kconfig James Seo
@ 2023-04-05  7:31 ` James Seo
  1 sibling, 0 replies; 3+ messages in thread
From: James Seo @ 2023-04-05  7:31 UTC (permalink / raw)
  Cc: Jean Delvare, Guenter Roeck, linux-hwmon, linux-kernel, James Seo

Fix the spelling of "ACPI" in Makefile.

Signed-off-by: James Seo <james@equiv.tech>
---
 drivers/hwmon/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/hwmon/Makefile b/drivers/hwmon/Makefile
index 88712b5031c8..e12c111a174a 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
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-04-05  7:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-05  7:31 [PATCH 0/2] hwmon: trivial patches to build files James Seo
2023-04-05  7:31 ` [PATCH 1/2] hwmon: remove trailing whitespace in Kconfig James Seo
2023-04-05  7:31 ` [PATCH 2/2] hwmon: fix typo in Makefile James Seo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).