diff options
author | Bhaskar Chowdhury <[email protected]> | 2021-03-18 11:56:50 +0530 |
---|---|---|
committer | Rob Clark <[email protected]> | 2021-06-23 07:33:52 -0700 |
commit | 46188352307c2000f3d48feea2587432a8e83f41 (patch) | |
tree | 17f1dfda0c3cdb7794d0431ec7ae6718a8b89b2c | |
parent | d2dfd21fcbf0f28c473a6c497e62b53e711c25b9 (diff) |
drm/msm/dp: Fixed couple of typos
s/modueles/modules/ ....two different places
Signed-off-by: Bhaskar Chowdhury <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Acked-by: Randy Dunlap <[email protected]>
Reviewed-by: Stephen Boyd <[email protected]>
Signed-off-by: Dmitry Baryshkov <[email protected]>
Signed-off-by: Rob Clark <[email protected]>
-rw-r--r-- | drivers/gpu/drm/msm/dp/dp_power.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/msm/dp/dp_power.h b/drivers/gpu/drm/msm/dp/dp_power.h index 7d0327bbc0d5..e3f959ffae12 100644 --- a/drivers/gpu/drm/msm/dp/dp_power.h +++ b/drivers/gpu/drm/msm/dp/dp_power.h @@ -88,7 +88,7 @@ int dp_power_client_init(struct dp_power *power); * return: 0 for success, error for failure. * * This API will de-initialize the DisplayPort's clocks and regulator - * modueles. + * modules. */ void dp_power_client_deinit(struct dp_power *power); @@ -100,7 +100,7 @@ void dp_power_client_deinit(struct dp_power *power); * * This API will configure the DisplayPort's power module and provides * methods to be called by the client to configure the power related - * modueles. + * modules. */ struct dp_power *dp_power_get(struct device *dev, struct dp_parser *parser); |