From 6778948f9de86c3cfaf36725a7c87dcff9ba247f Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Mon, 11 Dec 2023 08:20:59 +0000
Subject: [PATCH] kernel_5.10 no rt

---
 kernel/drivers/gpu/arm/bifrost/gpu/mali_kbase_gpu_fault.h |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/kernel/drivers/gpu/arm/bifrost/gpu/mali_kbase_gpu_fault.h b/kernel/drivers/gpu/arm/bifrost/gpu/mali_kbase_gpu_fault.h
index d1e9f77..6a937a5 100644
--- a/kernel/drivers/gpu/arm/bifrost/gpu/mali_kbase_gpu_fault.h
+++ b/kernel/drivers/gpu/arm/bifrost/gpu/mali_kbase_gpu_fault.h
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
 /*
  *
- * (C) COPYRIGHT 2019-2021 ARM Limited. All rights reserved.
+ * (C) COPYRIGHT 2019-2023 ARM Limited. All rights reserved.
  *
  * 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
@@ -23,13 +23,13 @@
 #define _KBASE_GPU_FAULT_H_
 
 /**
- * kbase_gpu_exception_name() -
- * Returns the name associated with a Mali exception code
+ * kbase_gpu_exception_name() - Returns associated string of the exception code
+ *
  * @exception_code: exception code
  *
- * This function is called from the interrupt handler when a GPU fault occurs.
+ * This function is called by error handlers when GPU reports an error.
  *
- * Return: name associated with the exception code
+ * Return: Error string associated with the exception code
  */
 const char *kbase_gpu_exception_name(u32 exception_code);
 

--
Gitblit v1.6.2