summaryrefslogtreecommitdiff
path: root/mali_kbase/mali_kbase_pm.c
diff options
context:
space:
mode:
authorSidath Senanayake <sidaths@google.com>2021-04-20 15:39:40 +0100
committerSidath Senanayake <sidaths@google.com>2021-04-20 15:39:40 +0100
commitc52fe7c83b55fe5134374dd00e61716de33bbf14 (patch)
tree8fac6a498ad84a7f8ffa107eaed8f1dfafac4553 /mali_kbase/mali_kbase_pm.c
parentc83c70ba70ef485dfa4337da1a651cc86124598b (diff)
downloadgpu-c52fe7c83b55fe5134374dd00e61716de33bbf14.tar.gz
mali_kbase: apc: Fix build warning
Bug: 170337464 Bug: 175199970 Bug: 172854687 Signed-off-by: Sidath Senanayake <sidaths@google.com> Change-Id: If782b187118480b6c24bc4571818176f5c1d94e7
Diffstat (limited to 'mali_kbase/mali_kbase_pm.c')
-rw-r--r--mali_kbase/mali_kbase_pm.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/mali_kbase/mali_kbase_pm.c b/mali_kbase/mali_kbase_pm.c
index 7d0b672..ec5d3b7 100644
--- a/mali_kbase/mali_kbase_pm.c
+++ b/mali_kbase/mali_kbase_pm.c
@@ -290,6 +290,7 @@ void kbase_pm_resume(struct kbase_device *kbdev)
/**
* kbase_pm_apc_power_off_worker - Power off worker running on mali_apc_thread
+ *
* @data: A &struct kthread_work
*
* This worker runs kbase_pm_context_idle on mali_apc_thread.
@@ -304,7 +305,8 @@ static void kbase_pm_apc_power_off_worker(struct kthread_work *data)
/**
* kbase_pm_apc_timer_callback - Timer callback for powering off the GPU
- * @data: A &struct kthread_work
+ *
+ * @timer: Timer structure.
*
* This hrtimer callback queues the power off work to mali_apc_thread.
*