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)
commit39c28cdfb719f0e306b447f0827dfd712f81858b
treedb9dfcc36722600840685d4e41eb2aa6fad1376c
parent69ef4a192bba0d76216198ec6d5fe82375337903
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: aeb33699fc2c ("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