Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/msm/dp: Fixed couple of typos

s/modueles/modules/ ....two different places

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Link: https://lore.kernel.org/r/20210318062650.19886-1-unixbhaskar@gmail.com
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Reviewed-by: Stephen Boyd <swboyd@chromium.org>
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Rob Clark <robdclark@chromium.org>

authored by

Bhaskar Chowdhury and committed by
Rob Clark
46188352 d2dfd21f

+2 -2
+2 -2
drivers/gpu/drm/msm/dp/dp_power.h
··· 88 88 * return: 0 for success, error for failure. 89 89 * 90 90 * This API will de-initialize the DisplayPort's clocks and regulator 91 - * modueles. 91 + * modules. 92 92 */ 93 93 void dp_power_client_deinit(struct dp_power *power); 94 94 ··· 100 100 * 101 101 * This API will configure the DisplayPort's power module and provides 102 102 * methods to be called by the client to configure the power related 103 - * modueles. 103 + * modules. 104 104 */ 105 105 struct dp_power *dp_power_get(struct device *dev, struct dp_parser *parser); 106 106