drm/i915/engine: fix kernel-doc function name for intel_engine_cleanup_common()
authorJani Nikula <jani.nikula@intel.com>
Tue, 2 May 2023 15:37:29 +0000 (18:37 +0300)
committerJani Nikula <jani.nikula@intel.com>
Thu, 4 May 2023 09:11:34 +0000 (12:11 +0300)
drivers/gpu/drm/i915/gt/intel_engine_cs.c:1525: warning: expecting prototype for intel_engines_cleanup_common(). Prototype was for intel_engine_cleanup_common() instead

Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/33f8dfdf38be3e16675971e6983e3e300d4301a6.1683041799.git.jani.nikula@intel.com
drivers/gpu/drm/i915/gt/intel_engine_cs.c

index 5c6c9a6..0aff5bb 100644 (file)
@@ -1515,7 +1515,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.
  *