lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 3 Nov 2011 13:03:49 -0700
From:	Jesse Barnes <jbarnes@...tuousgeek.org>
To:	Keith Packard <keithp@...thp.com>
Cc:	intel-gfx@...ts.freedesktop.org, linux-kernel@...r.kernel.org,
	dri-devel@...ts.freedesktop.org
Subject: Re: [Intel-gfx] [PATCH 7/7] drm/i915: Remove trailing white space

On Tue,  1 Nov 2011 23:20:30 -0700
Keith Packard <keithp@...thp.com> wrote:

> Found a couple of bare tabs in intel_dp.c
> 
> Signed-off-by: Keith Packard <keithp@...thp.com>
> ---
>  drivers/gpu/drm/i915/intel_dp.c |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/gpu/drm/i915/intel_dp.c b/drivers/gpu/drm/i915/intel_dp.c
> index bf20a35..7ebeb01 100644
> --- a/drivers/gpu/drm/i915/intel_dp.c
> +++ b/drivers/gpu/drm/i915/intel_dp.c
> @@ -1054,7 +1054,7 @@ static void ironlake_edp_panel_vdd_off(struct intel_dp *intel_dp, bool sync)
>  
>  	DRM_DEBUG_KMS("Turn eDP VDD off %d\n", intel_dp->want_panel_vdd);
>  	WARN(!intel_dp->want_panel_vdd, "eDP VDD not forced on");
> -	
> +
>  	intel_dp->want_panel_vdd = false;
>  
>  	if (sync) {
> @@ -2402,7 +2402,7 @@ intel_dp_init(struct drm_device *dev, int output_reg)
>  
>  		cur.t8 = (pp_on & PANEL_LIGHT_ON_DELAY_MASK) >>
>  			PANEL_LIGHT_ON_DELAY_SHIFT;
> -		
> +
>  		cur.t9 = (pp_off & PANEL_LIGHT_OFF_DELAY_MASK) >>
>  			PANEL_LIGHT_OFF_DELAY_SHIFT;
>  

Reviewed-by: Jesse Barnes <jbarnes@...tuousgeek.org>

-- 
Jesse Barnes, Intel Open Source Technology Center

Download attachment "signature.asc" of type "application/pgp-signature" (837 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ