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:   Thu, 20 Oct 2022 08:34:54 +0200
From:   Helge Deller <deller@....de>
To:     Jilin Yuan <yuanjilin@...rlc.com>, thomas@...ischhofer.net
Cc:     linux-fbdev@...r.kernel.org, dri-devel@...ts.freedesktop.org,
        linux-kernel@...r.kernel.org
Subject: Re: [PATCH] video: fix repeated words in comments

On 10/19/22 14:57, Jilin Yuan wrote:
> Delete the redundant word 'the'.
>
> Signed-off-by: Jilin Yuan <yuanjilin@...rlc.com>

applied.
Thanks!

Helge


> ---
>   drivers/video/fbdev/sis/sis_accel.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/video/fbdev/sis/sis_accel.c b/drivers/video/fbdev/sis/sis_accel.c
> index 1914ab5a5a91..5850e4325f07 100644
> --- a/drivers/video/fbdev/sis/sis_accel.c
> +++ b/drivers/video/fbdev/sis/sis_accel.c
> @@ -202,7 +202,7 @@ SiS310SubsequentScreenToScreenCopy(struct sis_video_info *ivideo, int src_x, int
>   	 * and destination blitting areas overlap and
>   	 * adapt the bitmap addresses synchronously
>   	 * if the coordinates exceed the valid range.
> -	 * The the areas do not overlap, we do our
> +	 * The areas do not overlap, we do our
>   	 * normal check.
>   	 */
>   	if((mymax - mymin) < height) {

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ