Commit b23ae451 authored by Colin Ian King's avatar Colin Ian King Committed by Hans de Goede

platform/x86: silicom-platform: Fix spelling mistake "platfomr" -> "platform"

There is a spelling mistake in a literal string. Fix it.
Signed-off-by: default avatarColin Ian King <colin.i.king@gmail.com>
Reviewed-by: default avatarIlpo Järvinen <ilpo.jarvinen@linux.intel.com>
Link: https://lore.kernel.org/r/20231215112746.13752-1-colin.i.king@gmail.comSigned-off-by: default avatarHans de Goede <hdegoede@redhat.com>
parent f533fa14
......@@ -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";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment