drm: kernel-doc: document drm_dp_set_subconnector_property() params
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Tue, 27 Oct 2020 09:51:14 +0000 (10:51 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 27 Oct 2020 10:20:21 +0000 (11:20 +0100)
commit444d03badc72e246bbcbca4b9c922d70ef046934
tree0fe9077a82bb29835767454480d76ddc6e9613e4
parent897dbea6b716c0f2c5bcd4ba1eb4d809caba290c
drm: kernel-doc: document drm_dp_set_subconnector_property() params

Changeset e5b92773287c ("drm: report dp downstream port type as a subconnector property")
added a new function to the kAPI, but didn't add any documentation
for the parameters for drm_dp_set_subconnector_property().

Fixes: e5b92773287c ("drm: report dp downstream port type as a subconnector property")
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/0870be85a77bea4ba5cf1715010834289a4e10b1.1603791716.git.mchehab+huawei@kernel.org
drivers/gpu/drm/drm_dp_helper.c