From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5CEEDC2D0E4 for ; Tue, 24 Nov 2020 07:27:01 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 050A620684 for ; Tue, 24 Nov 2020 07:27:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730096AbgKXH0k (ORCPT ); Tue, 24 Nov 2020 02:26:40 -0500 Received: from smtprelay0138.hostedemail.com ([216.40.44.138]:51608 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1729915AbgKXH0j (ORCPT ); Tue, 24 Nov 2020 02:26:39 -0500 Received: from filter.hostedemail.com (clb03-v110.bra.tucows.net [216.40.38.60]) by smtprelay04.hostedemail.com (Postfix) with ESMTP id 89429180A7FD7; Tue, 24 Nov 2020 07:26:38 +0000 (UTC) X-Session-Marker: 6A6F6540706572636865732E636F6D X-HE-Tag: grape01_14135a62736c X-Filterd-Recvd-Size: 1629 Received: from XPS-9350.home (unknown [47.151.128.180]) (Authenticated sender: joe@perches.com) by omf10.hostedemail.com (Postfix) with ESMTPA; Tue, 24 Nov 2020 07:26:37 +0000 (UTC) Message-ID: <8f6f634f3c4e079fd16922f2dd1109f2974319b2.camel@perches.com> Subject: Re: [PATCH v4] checkpatch: add fix and improve warning msg for Non-standard signature From: Joe Perches To: Lukas Bulwahn Cc: Aditya Srivastava , linux-kernel-mentees@lists.linuxfoundation.org, Linux Kernel Mailing List Date: Mon, 23 Nov 2020 23:26:36 -0800 In-Reply-To: References: <20201123172430.12854-1-yashsri421@gmail.com> <148208ef84344069a6c95d3f686a86ca1199be90.camel@perches.com> Content-Type: text/plain; charset="ISO-8859-1" User-Agent: Evolution 3.38.1-1 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 2020-11-24 at 07:54 +0100, Lukas Bulwahn wrote: > On Mon, Nov 23, 2020 at 6:33 PM Joe Perches wrote: [] > Maybe a patch reduced to the very obvious synonyms helps newcomers or > people with lousy memory to be reminded that it is called > "Co-developed-by:" not "Co-authored-by". I have no issue with proximity matching for nominally invalid uses. I think the method used wasn't great though. For trivial spelling defects, levenshtein might work well enough.