aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLedion Daja <ledion.daja@arm.com>2023-10-04 17:01:52 +0200
committerLedion Daja <ledion.daja@arm.com>2023-10-10 13:27:34 +0200
commit00f83c0e552b098976af88c6be43d6f53396cede (patch)
treed714df8e25d60e9107008704af196503fd5302e7
parent6e0778ab30f471d957c6e02f42c24565abd38aa0 (diff)
downloadethos-u-linux-driver-stack-00f83c0e552b098976af88c6be43d6f53396cede.tar.gz
Fix typos in UAPI type name comments
Change-Id: I6405c2d5e614239af58e6f1e741e03ea8a19ba35 Signed-off-by: Ledion Daja <ledion.daja@arm.com>
-rw-r--r--kernel/uapi/ethosu.h11
1 files 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 <open-source-office@arm.com>
+ * 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 {