Received: by 2002:a05:6a10:22f:0:0:0:0 with SMTP id 15csp2242356pxk; Sat, 19 Sep 2020 19:13:09 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzV4T9yXoKvrVK8lHYiEZPszSaQhXYVmDcj1R2E0NYI2+4wcLttRaYRalzcKWVsnCsvjZOx X-Received: by 2002:aa7:de91:: with SMTP id j17mr46416709edv.85.1600567989203; Sat, 19 Sep 2020 19:13:09 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1600567989; cv=none; d=google.com; s=arc-20160816; b=hEdeYIqjTyhRTnYbqpNLwUQg/cpmc+AT0xAI8DSCU32iYlp5MBg0uJCMCkNVDqoLTh BrHUujpooOI5AVBnkPRKBhh7UqYEdvz+yxanLKsclngRi9k53ZJsa/yG+dWZ8ocEH891 QsGOrxe/Qcx720FtIqjjKbqzpDkJSw9DHxCt+glpJ+aesoiOgBzHZfk5AeuZ5H+c6LZz gwLkORBUduY2dN3phsAvbHXtVFHCLHNydGzjN6NIcTcB9qEdo24+k7SUNMy6fRVqEfPB hDbGW0RstuEjuMXzWOAACr9sEFDXuuN+RYTYE9HYpsMwBsKDemMaHY6tJLh5l6rlPxAQ i0Fw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :message-id:subject:cc:to:from:date:dkim-filter; bh=GO+lOYiIMcHmAIsZFEtEEqzM9CGcm7DYRd9DLfmfmjc=; b=GHaVQomCuX9Y2SQOAFkUltjdFo7o8Sg0m9OFu2Wx6NZnKjMpApXogz5FwuowiV+Efr otujUbYxKH3JCiF0Rz6LSviDg4ZlpJpECK/p+SSjRsCfepFa0LPY4ELkgtmNG8u6hS+J L0jQzrlZWNnfGxSR6bzG0+kgJAUAhuVz2l3fcGNzK5lRkIbc+TIQUkXUHVjQl6mnV6Ah v1ufIfs2Xo5KrsfK76i043+VMZawI52CUdgttJiLFAJYkdFud3VqndGyBeXIsW0VdWpa UPza9axvt4orQdMi8dOjWV2M4LBDtsbapvrmX/yzQoAtCS2WfwKEFKxMJ+zWz0qfCWEj aQ6A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=omprussia.ru Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id s14si5389388ejx.304.2020.09.19.19.12.00; Sat, 19 Sep 2020 19:13:09 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=omprussia.ru Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726855AbgITCH6 (ORCPT + 99 others); Sat, 19 Sep 2020 22:07:58 -0400 Received: from mxout04.lancloud.ru ([89.108.124.63]:55750 "EHLO mxout04.lancloud.ru" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726760AbgITCH6 (ORCPT ); Sat, 19 Sep 2020 22:07:58 -0400 X-Greylist: delayed 536 seconds by postgrey-1.27 at vger.kernel.org; Sat, 19 Sep 2020 22:07:57 EDT Received: from LanCloud DKIM-Filter: OpenDKIM Filter v2.11.0 mxout04.lancloud.ru 8C2FA207034A Received: from LanCloud Received: from LanCloud Received: from LanCloud Date: Sun, 20 Sep 2020 04:58:57 +0300 From: Elvira Khabirova To: CC: , Subject: [PATCH] tee: fix some comment typos in header files Message-ID: <20200920045857.34b612bf@akathisia> X-Mailer: Claws Mail 3.17.5 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Originating-IP: [89.255.69.56] X-ClientProxiedBy: LFEXT01.lancloud.ru (fd00:f066::141) To LFEX1904.lancloud.ru (fd00:f066::74) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 --- include/linux/tee_drv.h | 2 +- include/uapi/linux/tee.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/linux/tee_drv.h b/include/linux/tee_drv.h index d074302989dd..61557bc0e29f 100644 --- a/include/linux/tee_drv.h +++ b/include/linux/tee_drv.h @@ -85,7 +85,7 @@ struct tee_param { * @close_session: close a session * @invoke_func: invoke a trusted function * @cancel_req: request cancel of an ongoing invoke or open - * @supp_revc: called for supplicant to get a command + * @supp_recv: called for supplicant to get a command * @supp_send: called for supplicant to send a response * @shm_register: register shared memory buffer in TEE * @shm_unregister: unregister shared memory buffer in TEE diff --git a/include/uapi/linux/tee.h b/include/uapi/linux/tee.h index b619f37ee03e..7546be5ed4f8 100644 --- a/include/uapi/linux/tee.h +++ b/include/uapi/linux/tee.h @@ -342,7 +342,7 @@ struct tee_iocl_supp_send_arg { }; /** - * TEE_IOC_SUPPL_SEND - Receive a request for a supplicant function + * TEE_IOC_SUPPL_SEND - Send a response to a received request * * Takes a struct tee_ioctl_buf_data which contains a struct * tee_iocl_supp_send_arg followed by any array of struct tee_param -- 2.28.0