mei: fix spellos

Message ID 20231213044158.4449-1-rdunlap@infradead.org
State New
Headers
Series mei: fix spellos |

Commit Message

Randy Dunlap Dec. 13, 2023, 4:41 a.m. UTC
  Correct spellos reported by codespell.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Tomas Winkler <tomas.winkler@intel.com>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---
 include/uapi/linux/mei.h |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
  

Comments

Tomas Winkler Dec. 13, 2023, 7:09 a.m. UTC | #1
> 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@infradead.org>
> Cc: Tomas Winkler <tomas.winkler@intel.com>
> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.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.
  

Patch

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.