Commit 46188352 authored by Bhaskar Chowdhury's avatar Bhaskar Chowdhury Committed by Rob Clark
Browse files

drm/msm/dp: Fixed couple of typos

parent d2dfd21f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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);