]> 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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 17 Aug 2022 12:23:16 +0000 (14:23 +0200)
commit9ccc1cbe692b1b3f1521005c54aa14aadb3511e3
tree8d68ddb70687044715d6cf4cfcef90ee40af7b49
parentc6a65bba5da2a735b14c38ed0daebec67c4f94da
drm/dp: Export symbol / kerneldoc fixes for DP AUX bus

[ Upstream commit 0392ca642bb4010350e289d49eac648aa8817c89 ]

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
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/gpu/drm/drm_dp_aux_bus.c