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

mei: fix spellos in mei.h

For include/uapi/linux/mei.h, 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>
Link: https://lore.kernel.org/r/20231213224014.23187-1-rdunlap@infradead.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Randy Dunlap and committed by
Greg Kroah-Hartman
a7565fc8 f0ac5b23

+2 -2
+2 -2
include/uapi/linux/mei.h
··· 100 100 * a FW client on a tagged channel. From this point on, every read 101 101 * and write will communicate with the associated FW client 102 102 * on the tagged channel. 103 - * Upone close() the communication is terminated. 103 + * Upon close() the communication is terminated. 104 104 * 105 105 * The IOCTL argument is a struct with a union that contains 106 106 * the input parameter and the output parameter for this IOCTL. 107 107 * 108 108 * The input parameter is UUID of the FW Client, a vtag [0,255]. 109 109 * The output parameter is the properties of the FW client 110 - * (FW protocool version and max message size). 110 + * (FW protocol version and max message size). 111 111 * 112 112 * Clients that do not support tagged connection 113 113 * will respond with -EOPNOTSUPP.