Fix typos in UAPI type name comments

Change-Id: I6405c2d5e614239af58e6f1e741e03ea8a19ba35
Signed-off-by: Ledion Daja <ledion.daja@arm.com>
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 @@
 };
 
 /**
- * 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_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_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 {