From 00f83c0e552b098976af88c6be43d6f53396cede Mon Sep 17 00:00:00 2001 From: Ledion Daja Date: Wed, 4 Oct 2023 17:01:52 +0200 Subject: Fix typos in UAPI type name comments Change-Id: I6405c2d5e614239af58e6f1e741e03ea8a19ba35 Signed-off-by: Ledion Daja --- kernel/uapi/ethosu.h | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/kernel/uapi/ethosu.h b/kernel/uapi/ethosu.h index d82c901..b35cd05 100644 --- a/kernel/uapi/ethosu.h +++ b/kernel/uapi/ethosu.h @@ -1,5 +1,6 @@ /* - * Copyright (c) 2020-2023 Arm Limited. + * SPDX-FileCopyrightText: Copyright 2020-2023 Arm Limited and/or its affiliates + * SPDX-License-Identifier: GPL-2.0-only WITH Linux-syscall-note * * This program is free software and is provided to you under the terms of the * GNU General Public License version 2 as published by the Free Software @@ -15,7 +16,6 @@ * along with this program; if not, you can access it online at * http://www.gnu.org/licenses/gpl-2.0.html. * - * SPDX-License-Identifier: GPL-2.0-only WITH Linux-syscall-note */ #ifndef ETHOSU_H @@ -124,7 +124,7 @@ struct ethosu_uapi_buffer { }; /** - * enum ethosu_uapi_network_create - Network buffer type. + * enum ethosu_uapi_network_type - Network buffer type. * @ETHOSU_UAPI_NETWORK_BUFFER: Network is stored in a buffer handle. * @ETHOSU_UAPI_NETWORK_INDEX: Network is built into firmware and referenced by * index. @@ -234,7 +234,7 @@ struct ethosu_uapi_device_capabilities { }; /** - * struct ethosu_uapi_inference_create - Create network request + * struct ethosu_uapi_inference_create - Create inference request * @ifm_count: Number of IFM file descriptors * @ifm_fd: IFM buffer file descriptors * @ofm_count: Number of OFM file descriptors @@ -262,7 +262,8 @@ struct ethosu_uapi_result_status { }; /** - * struct ethosu_uapi_cancel_status - Status of inference cancellation. + * struct ethosu_uapi_cancel_inference_status - Status of inference + * cancellation. * @status OK if inference cancellation was performed, ERROR otherwise. */ struct ethosu_uapi_cancel_inference_status { -- cgit v1.2.1