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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Mon, 27 Jul 2020 17:03:03 -0700
From:   Randy Dunlap <rdunlap@...radead.org>
To:     Joe Perches <joe@...ches.com>,
        Andrew Morton <akpm@...ux-foundation.org>,
        Andy Whitcroft <apw@...onical.com>
Cc:     LKML <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] checkpatch: Add test for repeated words

On 7/27/20 12:33 AM, Joe Perches wrote:
> Try to avoid adding repeated words either on the
> same line or consecutive comment lines in a block
> 
> e.g.:
> 
> duplicated word in comment block
> 
> 	/*
> 	 * this is a comment block where the last word of the previous
> 	 * previous line is also the first word of the next line
> 	 */
> 
> and simple duplication
> 
> 	/* test this this again */
> 
> Inspired-by: Randy Dunlap (rdunlap@...radead.org>
> Signed-off-by: Joe Perches <joe@...ches.com>

Thanks for adding this check, Joe.

> ---
>  scripts/checkpatch.pl | 38 ++++++++++++++++++++++++++++++++++++++
>  1 file changed, 38 insertions(+)


-- 
~Randy

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ