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

tee: fix some comment typos in header files

struct tee_param: revc -> recv.
TEE_IOC_SUPPL_SEND: typo introduced by copy-pasting, replace invalid
description with description from the according argument struct.

Signed-off-by: Elvira Khabirova <e.khabirova@omprussia.ru>
Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>

authored by

Elvira Khabirova and committed by
Jens Wiklander
c7020068 e71ba945

+2 -2
+1 -1
include/linux/tee_drv.h
··· 88 88 * @close_session: close a session 89 89 * @invoke_func: invoke a trusted function 90 90 * @cancel_req: request cancel of an ongoing invoke or open 91 - * @supp_revc: called for supplicant to get a command 91 + * @supp_recv: called for supplicant to get a command 92 92 * @supp_send: called for supplicant to send a response 93 93 * @shm_register: register shared memory buffer in TEE 94 94 * @shm_unregister: unregister shared memory buffer in TEE
+1 -1
include/uapi/linux/tee.h
··· 355 355 }; 356 356 357 357 /** 358 - * TEE_IOC_SUPPL_SEND - Receive a request for a supplicant function 358 + * TEE_IOC_SUPPL_SEND - Send a response to a received request 359 359 * 360 360 * Takes a struct tee_ioctl_buf_data which contains a struct 361 361 * tee_iocl_supp_send_arg followed by any array of struct tee_param