]> git.dujemihanovic.xyz Git - linux.git/commit
drm/tests/drm_kunit_helpers: Place correct function name in the comment header
authorLee Jones <lee@kernel.org>
Thu, 24 Aug 2023 07:36:54 +0000 (08:36 +0100)
committerMaxime Ripard <mripard@kernel.org>
Thu, 24 Aug 2023 08:52:59 +0000 (10:52 +0200)
commit91dc52151c9b3c955589e1ab3a008f341803f8cf
treef59e9b356eca9cccb08933dcceb730fadc9cbd42
parent443f9e0b1ab5e3b95abf8606097d13e30e2f2413
drm/tests/drm_kunit_helpers: Place correct function name in the comment header

Fixes the following W=1 kernel build warning(s):

 drivers/gpu/drm/tests/drm_kunit_helpers.c:172: warning: expecting prototype for drm_kunit_helper_context_alloc(). Prototype was for drm_kunit_helper_acquire_ctx_alloc() instead

Signed-off-by: Lee Jones <lee@kernel.org>
Link: https://lore.kernel.org/r/20230824073710.2677348-10-lee@kernel.org
Link: https://lore.kernel.org/r/20230824073710.2677348-14-lee@kernel.org
[mripard: Squashed the two patches together]
Signed-off-by: Maxime Ripard <mripard@kernel.org>
drivers/gpu/drm/tests/drm_kunit_helpers.c