public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Colin Ian King <colin.i.king@gmail.com>
To: "Henry Shi" <henryshi2018@gmail.com>,
	"Hans de Goede" <hdegoede@redhat.com>,
	"Ilpo Järvinen" <ilpo.jarvinen@linux.intel.com>,
	platform-driver-x86@vger.kernel.org
Cc: kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH][next] platform/x86: silicom-platform: Fix spelling mistake "platfomr" -> "platform"
Date: Fri, 15 Dec 2023 11:27:46 +0000	[thread overview]
Message-ID: <20231215112746.13752-1-colin.i.king@gmail.com> (raw)

There is a spelling mistake in a literal string. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
 drivers/platform/x86/silicom-platform.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/platform/x86/silicom-platform.c b/drivers/platform/x86/silicom-platform.c
index 84b92b3f9f4b..6ce43ccb3112 100644
--- a/drivers/platform/x86/silicom-platform.c
+++ b/drivers/platform/x86/silicom-platform.c
@@ -866,7 +866,7 @@ static int silicom_fan_control_read_labels(struct device *dev,
 {
 	switch (type) {
 	case hwmon_fan:
-		*str = "Silicom_platfomr: Fan Speed";
+		*str = "Silicom_platform: Fan Speed";
 		return 0;
 	case hwmon_temp:
 		*str = "Silicom_platform: Thermostat Sensor";
-- 
2.39.2


             reply	other threads:[~2023-12-15 11:27 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-15 11:27 Colin Ian King [this message]
2023-12-15 11:40 ` [PATCH][next] platform/x86: silicom-platform: Fix spelling mistake "platfomr" -> "platform" Ilpo Järvinen
2023-12-18 13:59 ` Hans de Goede

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20231215112746.13752-1-colin.i.king@gmail.com \
    --to=colin.i.king@gmail.com \
    --cc=hdegoede@redhat.com \
    --cc=henryshi2018@gmail.com \
    --cc=ilpo.jarvinen@linux.intel.com \
    --cc=kernel-janitors@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=platform-driver-x86@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox