From 102a0743326a03cd1a1202ceda21e175b7d3575c Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Tue, 20 Feb 2024 01:20:52 +0000
Subject: [PATCH] add new system file

---
 kernel/drivers/gpu/arm/bifrost/backend/gpu/mali_kbase_pm_ca_devfreq.h |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/kernel/drivers/gpu/arm/bifrost/backend/gpu/mali_kbase_pm_ca_devfreq.h b/kernel/drivers/gpu/arm/bifrost/backend/gpu/mali_kbase_pm_ca_devfreq.h
index 41f3c14..d1e4b53 100644
--- a/kernel/drivers/gpu/arm/bifrost/backend/gpu/mali_kbase_pm_ca_devfreq.h
+++ b/kernel/drivers/gpu/arm/bifrost/backend/gpu/mali_kbase_pm_ca_devfreq.h
@@ -30,12 +30,12 @@
 /**
  * struct kbasep_pm_ca_policy_devfreq - Private structure for devfreq ca policy
  *
- * This contains data that is private to the devfreq core availability
- * policy.
- *
  * @cores_desired: Cores that the policy wants to be available
  * @cores_enabled: Cores that the policy is currently returning as available
  * @cores_used: Cores currently powered or transitioning
+ *
+ * This contains data that is private to the devfreq core availability
+ * policy.
  */
 struct kbasep_pm_ca_policy_devfreq {
 	u64 cores_desired;

--
Gitblit v1.6.2