Commit 9c55105b authored by Jani Nikula's avatar Jani Nikula

drm/i915/engine: fix kernel-doc function name for intel_engine_cleanup_common()

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: default avatarJani Nikula <jani.nikula@intel.com>
Reviewed-by: default avatarRodrigo Vivi <rodrigo.vivi@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/33f8dfdf38be3e16675971e6983e3e300d4301a6.1683041799.git.jani.nikula@intel.com
parent faa19ce8
...@@ -1515,7 +1515,7 @@ int intel_engines_init(struct intel_gt *gt) ...@@ -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. * the common initiailizers.
* @engine: Engine to cleanup. * @engine: Engine to cleanup.
* *
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment