Re: [PATCH] HID: intel-thc-hid: Fix spelling mistake "intput" -> "input"

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Fri, 28 Feb 2025, Colin Ian King wrote:

> There is a spelling mistake in a dev_err_once message. Fix it.
> 
> Signed-off-by: Colin Ian King <colin.i.king@xxxxxxxxx>
> ---
>  drivers/hid/intel-thc-hid/intel-quickspi/quickspi-protocol.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/hid/intel-thc-hid/intel-quickspi/quickspi-protocol.c b/drivers/hid/intel-thc-hid/intel-quickspi/quickspi-protocol.c
> index 7373238ceb18..918050af73e5 100644
> --- a/drivers/hid/intel-thc-hid/intel-quickspi/quickspi-protocol.c
> +++ b/drivers/hid/intel-thc-hid/intel-quickspi/quickspi-protocol.c
> @@ -107,7 +107,7 @@ static int quickspi_get_device_descriptor(struct quickspi_device *qsdev)
>  		return 0;
>  	}
>  
> -	dev_err_once(qsdev->dev, "Unexpected intput report type: %d\n", input_rep_type);
> +	dev_err_once(qsdev->dev, "Unexpected input report type: %d\n", input_rep_type);
>  	return -EINVAL;

Applied, thanks.

-- 
Jiri Kosina
SUSE Labs





[Index of Archives]     [Linux Media Devel]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [Linux Wireless Networking]     [Linux Omap]

  Powered by Linux