]> www.infradead.org Git - users/hch/configfs.git/commitdiff
platform/x86: silicom-platform: Fix spelling mistake "platfomr" -> "platform"
authorColin Ian King <colin.i.king@gmail.com>
Fri, 15 Dec 2023 11:27:46 +0000 (11:27 +0000)
committerHans de Goede <hdegoede@redhat.com>
Mon, 18 Dec 2023 13:58:50 +0000 (14:58 +0100)
There is a spelling mistake in a literal string. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Link: https://lore.kernel.org/r/20231215112746.13752-1-colin.i.king@gmail.com
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
drivers/platform/x86/silicom-platform.c

index 84b92b3f9f4b8cad1c22ddcf6d0a2672beea4120..6ce43ccb3112eb542256ac697108af261acf8b93 100644 (file)
@@ -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";