lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <771711n0-rnp4-4n94-ps74-481n3nr2sr99@xreary.bet>
Date: Tue, 4 Mar 2025 21:47:48 +0100 (CET)
From: Jiri Kosina <jikos@...nel.org>
To: Colin Ian King <colin.i.king@...il.com>
cc: Even Xu <even.xu@...el.com>, Xinpeng Sun <xinpeng.sun@...el.com>, 
    Benjamin Tissoires <bentiss@...nel.org>, 
    Srinivas Pandruvada <srinivas.pandruvada@...ux.intel.com>, 
    Mark Pearson <mpearson-lenovo@...ebb.ca>, linux-input@...r.kernel.org, 
    kernel-janitors@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] HID: intel-thc-hid: Fix spelling mistake "intput" ->
 "input"

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@...il.com>
> ---
>  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


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ