lkml.org 
[lkml]   [2022]   [Jun]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] drm/i915/gt: Fix kernel-doc
Date
Fix the following W=1 kernel warnings:

drivers/gpu/drm/i915/gt/intel_engine_cs.c:1117: warning: expecting
prototype for intel_engines_init_common(). Prototype was for
engine_init_common() instead.

drivers/gpu/drm/i915/gt/intel_engine_cs.c:1194: warning: expecting
prototype for intel_engines_cleanup_common(). Prototype was for
intel_engine_cleanup_common() instead.

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
---
drivers/gpu/drm/i915/gt/intel_engine_cs.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/gpu/drm/i915/gt/intel_engine_cs.c b/drivers/gpu/drm/i915/gt/intel_engine_cs.c
index 14c6ddbbfde8..81cec920ab05 100644
--- a/drivers/gpu/drm/i915/gt/intel_engine_cs.c
+++ b/drivers/gpu/drm/i915/gt/intel_engine_cs.c
@@ -1103,7 +1103,7 @@ create_kernel_context(struct intel_engine_cs *engine)
}

/**
- * intel_engines_init_common - initialize cengine state which might require hw access
+ * engine_init_common() - initialize engine state which might require hw access
* @engine: Engine to initialize.
*
* Initializes @engine@ structure members shared between legacy and execlists
@@ -1184,7 +1184,7 @@ int intel_engines_init(struct intel_gt *gt)
}

/**
- * intel_engines_cleanup_common - cleans up the engine state created by
+ * intel_engine_cleanup_common() - cleans up the engine state created by
* the common initiailizers.
* @engine: Engine to cleanup.
*
--
2.20.1.7.g153144c
\
 
 \ /
  Last update: 2022-06-02 09:34    [W:0.026 / U:1.468 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site