From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754793AbbCEJXe (ORCPT ); Thu, 5 Mar 2015 04:23:34 -0500 Received: from mail-we0-f176.google.com ([74.125.82.176]:40693 "EHLO mail-we0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754384AbbCEJXa (ORCPT ); Thu, 5 Mar 2015 04:23:30 -0500 Date: Thu, 5 Mar 2015 10:25:08 +0100 From: Daniel Vetter To: Yannick Guerrini Cc: airlied@linux.ie, trivial@kernel.org, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org Subject: Re: [PATCH] drm: Fix trivial typos in comments Message-ID: <20150305092508.GM18775@phenom.ffwll.local> Mail-Followup-To: Yannick Guerrini , airlied@linux.ie, trivial@kernel.org, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org References: <1425457809-6888-1-git-send-email-yguerrini@tomshardware.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1425457809-6888-1-git-send-email-yguerrini@tomshardware.fr> X-Operating-System: Linux phenom 3.16-2-amd64 User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Mar 04, 2015 at 09:30:09AM +0100, Yannick Guerrini wrote: > Change 'pixes' to 'pixels' > Change 'enabel' to 'enable' > Change 'enabeling' to 'enabling' > > Signed-off-by: Yannick Guerrini Applied to drm-misc, thanks. -Daniel > --- > drivers/gpu/drm/drm_modes.c | 4 ++-- > drivers/gpu/drm/i2c/adv7511.c | 2 +- > 2 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/drivers/gpu/drm/drm_modes.c b/drivers/gpu/drm/drm_modes.c > index 487d0e3..2cca85f 100644 > --- a/drivers/gpu/drm/drm_modes.c > +++ b/drivers/gpu/drm/drm_modes.c > @@ -278,7 +278,7 @@ struct drm_display_mode *drm_cvt_mode(struct drm_device *dev, int hdisplay, > hblank = drm_mode->hdisplay * hblank_percentage / > (100 * HV_FACTOR - hblank_percentage); > hblank -= hblank % (2 * CVT_H_GRANULARITY); > - /* 14. find the total pixes per line */ > + /* 14. find the total pixels per line */ > drm_mode->htotal = drm_mode->hdisplay + hblank; > drm_mode->hsync_end = drm_mode->hdisplay + hblank / 2; > drm_mode->hsync_start = drm_mode->hsync_end - > @@ -1209,7 +1209,7 @@ EXPORT_SYMBOL(drm_mode_connector_list_update); > * x[M][R][-][@][i][m][eDd] > * > * The intermediate drm_cmdline_mode structure is required to store additional > - * options from the command line modline like the force-enabel/disable flag. > + * options from the command line modline like the force-enable/disable flag. > * > * Returns: > * True if a valid modeline has been parsed, false otherwise. > diff --git a/drivers/gpu/drm/i2c/adv7511.c b/drivers/gpu/drm/i2c/adv7511.c > index fa140e0..61aa824 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) > * goes low the adv7511 is reset and the outputs are disabled > * which might cause the monitor to go to standby again. To > * avoid this we ignore the HDP pin for the first few seconds > - * after enabeling the output. > + * after enabling the output. > */ > regmap_update_bits(adv7511->regmap, ADV7511_REG_POWER2, > ADV7511_REG_POWER2_HDP_SRC_MASK, > -- > 1.9.5.msysgit.0 > > _______________________________________________ > dri-devel mailing list > dri-devel@lists.freedesktop.org > http://lists.freedesktop.org/mailman/listinfo/dri-devel -- Daniel Vetter Software Engineer, Intel Corporation +41 (0) 79 365 57 48 - http://blog.ffwll.ch