aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i2c
diff options
context:
space:
mode:
authorYannick Guerrini <yguerrini@tomshardware.fr>2015-03-04 03:30:09 -0500
committerDaniel Vetter <daniel.vetter@ffwll.ch>2015-03-10 04:59:34 -0400
commit2a97acd6376922bb9d23b5f4421745d2a6690060 (patch)
tree9196d4a0827460f335f8458da676a01c3f2565ed /drivers/gpu/drm/i2c
parent6b1e3f615482f308ae74af13fae6c1d9191d2906 (diff)
drm: Fix trivial typos in comments
Change 'pixes' to 'pixels' Change 'enabel' to 'enable' Change 'enabeling' to 'enabling' Signed-off-by: Yannick Guerrini <yguerrini@tomshardware.fr> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'drivers/gpu/drm/i2c')
-rw-r--r--drivers/gpu/drm/i2c/adv7511.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i2c/adv7511.c b/drivers/gpu/drm/i2c/adv7511.c
index fa140e04d5fa..61aa824d45d2 100644
--- a/drivers/gpu/drm/i2c/adv7511.c
+++ b/drivers/gpu/drm/i2c/adv7511.c
@@ -573,7 +573,7 @@ static void adv7511_encoder_dpms(struct drm_encoder *encoder, int mode)
573 * goes low the adv7511 is reset and the outputs are disabled 573 * goes low the adv7511 is reset and the outputs are disabled
574 * which might cause the monitor to go to standby again. To 574 * which might cause the monitor to go to standby again. To
575 * avoid this we ignore the HDP pin for the first few seconds 575 * avoid this we ignore the HDP pin for the first few seconds
576 * after enabeling the output. 576 * after enabling the output.
577 */ 577 */
578 regmap_update_bits(adv7511->regmap, ADV7511_REG_POWER2, 578 regmap_update_bits(adv7511->regmap, ADV7511_REG_POWER2,
579 ADV7511_REG_POWER2_HDP_SRC_MASK, 579 ADV7511_REG_POWER2_HDP_SRC_MASK,