drm: drm_crc: fix a kernel-doc markup
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Thu, 14 Jan 2021 08:04:51 +0000 (09:04 +0100)
committerSimon Ser <contact@emersion.fr>
Thu, 14 Jan 2021 14:11:46 +0000 (15:11 +0100)
commit7569c6051fc44a54333c086be35347081b521025
treea35771846e43ac0bd5c522d3ad1209ef66ad278e
parent67f4aeb2b41a0629abde3794d463547f60b0cbdd
drm: drm_crc: fix a kernel-doc markup

A function has a different name between their prototype
and its kernel-doc markup:

../include/drm/drm_crtc.h:1257: warning: expecting prototype for drm_crtc_alloc_with_planes(). Prototype was for drmm_crtc_alloc_with_planes() instead

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Acked-by: Simon Ser <contact@emersion.fr>
Signed-off-by: Simon Ser <contact@emersion.fr>
Link: https://patchwork.freedesktop.org/patch/msgid/2439fb6713e9b2aa27a81f3269a4b0e8e7dfcd36.1610610937.git.mchehab+huawei@kernel.org
include/drm/drm_crtc.h