]> git.baikalelectronics.ru Git - kernel.git/commit
drm/dp: Export symbol / kerneldoc fixes for DP AUX bus
authorDouglas Anderson <dianders@chromium.org>
Tue, 10 May 2022 19:29:41 +0000 (12:29 -0700)
committerDouglas Anderson <dianders@chromium.org>
Fri, 20 May 2022 20:25:00 +0000 (13:25 -0700)
commit0392ca642bb4010350e289d49eac648aa8817c89
treedb9dfcc36722600840685d4e41eb2aa6fad1376c
parent2f2c0552250e700d8d780000a0f413e99d29ef79
drm/dp: Export symbol / kerneldoc fixes for DP AUX bus

While working on the DP AUX bus code I found a few small things that
should be fixed. Namely the non-devm version of
of_dp_aux_populate_ep_devices() was missing an export. There was also
an extra blank line in a kerneldoc and a kerneldoc that incorrectly
documented a return value. Fix these.

Fixes: 70dc15067149 ("drm: Introduce the DP AUX bus")
Signed-off-by: Douglas Anderson <dianders@chromium.org>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20220510122726.v3.1.Ia91f4849adfc5eb9da1eb37ba79aa65fb3c95a0f@changeid
drivers/gpu/drm/display/drm_dp_aux_bus.c