Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

iio: imu: kmx61: Fix spelling mistake "Errow" -> "Error"

There is a spelling mistake in a dev_err message. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Link: https://lore.kernel.org/r/20221209233202.222083-1-colin.i.king@gmail.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

authored by

Colin Ian King and committed by
Jonathan Cameron
5d1c74b1 c12f0148

+1 -1
+1 -1
drivers/iio/imu/kmx61.c
··· 649 649 KMX61_REG_WUF_TIMER, 650 650 data->wake_duration); 651 651 if (ret < 0) { 652 - dev_err(&data->client->dev, "Errow writing reg_wuf_timer\n"); 652 + dev_err(&data->client->dev, "Error writing reg_wuf_timer\n"); 653 653 return ret; 654 654 } 655 655