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: <MN2PR11MB40936BB0DF3B1AAA66C01AA3E58DA@MN2PR11MB4093.namprd11.prod.outlook.com>
Date:   Wed, 13 Dec 2023 07:09:15 +0000
From:   "Winkler, Tomas" <tomas.winkler@...el.com>
To:     Randy Dunlap <rdunlap@...radead.org>,
        "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
CC:     Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Subject: RE: [PATCH] mei: fix spellos


 
> Correct spellos reported by codespell.
Can please specify in the commit message that only include/uapi/linux/mei.h is fixed.
Thanks
Tomas

> 
> Signed-off-by: Randy Dunlap <rdunlap@...radead.org>
> Cc: Tomas Winkler <tomas.winkler@...el.com>
> Cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
> ---
>  include/uapi/linux/mei.h |    4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff -- a/include/uapi/linux/mei.h b/include/uapi/linux/mei.h
> --- a/include/uapi/linux/mei.h
> +++ b/include/uapi/linux/mei.h
> @@ -100,14 +100,14 @@ struct mei_connect_client_data_vtag {
>   * a FW client on a tagged channel. From this point on, every read
>   * and write will communicate with the associated FW client
>   * on the tagged channel.
> - * Upone close() the communication is terminated.
> + * Upon close() the communication is terminated.
>   *
>   * The IOCTL argument is a struct with a union that contains
>   * the input parameter and the output parameter for this IOCTL.
>   *
>   * The input parameter is UUID of the FW Client, a vtag [0,255].
>   * The output parameter is the properties of the FW client
> - * (FW protocool version and max message size).
> + * (FW protocol version and max message size).
>   *
>   * Clients that do not support tagged connection
>   * will respond with -EOPNOTSUPP.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ