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] [day] [month] [year] [list]
Date:   Mon, 24 Oct 2022 10:49:30 -0400
From:   Rodrigo Vivi <rodrigo.vivi@...el.com>
To:     wangjianli <wangjianli@...rlc.com>
CC:     <jani.nikula@...ux.intel.com>, <joonas.lahtinen@...ux.intel.com>,
        <tvrtko.ursulin@...ux.intel.com>, <airlied@...ux.ie>,
        <daniel@...ll.ch>, <intel-gfx@...ts.freedesktop.org>,
        <dri-devel@...ts.freedesktop.org>, <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] i915/display: fix repeated words in comments

On Sat, Oct 22, 2022 at 02:09:47PM +0800, wangjianli wrote:
> Delete the redundant word 'the'.

I believe we should put an end in patches like this.

Please accumulate all the s/the the/the and other small
comment fixes that are under drivers/gpu/drm/i915 in a single
commit.

> 
> Signed-off-by: wangjianli <wangjianli@...rlc.com>
> ---
>  drivers/gpu/drm/i915/display/intel_crt.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/i915/display/intel_crt.c b/drivers/gpu/drm/i915/display/intel_crt.c
> index 6a3893c8ff22..fead011c87b5 100644
> --- a/drivers/gpu/drm/i915/display/intel_crt.c
> +++ b/drivers/gpu/drm/i915/display/intel_crt.c
> @@ -1102,7 +1102,7 @@ void intel_crt_init(struct drm_i915_private *dev_priv)
>  	drm_connector_helper_add(connector, &intel_crt_connector_helper_funcs);
>  
>  	/*
> -	 * TODO: find a proper way to discover whether we need to set the the
> +	 * TODO: find a proper way to discover whether we need to set the
>  	 * polarity and link reversal bits or not, instead of relying on the
>  	 * BIOS.
>  	 */
> -- 
> 2.36.1
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ