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=-2.3 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 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 EDC94C2BA2B for ; Mon, 13 Apr 2020 07:04:37 +0000 (UTC) Received: from vger.kernel.org (unknown [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id BE004206A1 for ; Mon, 13 Apr 2020 07:04:37 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org BE004206A1 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=wanadoo.fr Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=netdev-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729132AbgDMHEf (ORCPT ); Mon, 13 Apr 2020 03:04:35 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.18]:56560 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729118AbgDMHEf (ORCPT ); Mon, 13 Apr 2020 03:04:35 -0400 Received: from smtp.smtpout.orange.fr (smtp04.smtpout.orange.fr [80.12.242.126]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id D7BCCC008678 for ; Mon, 13 Apr 2020 00:04:33 -0700 (PDT) Received: from [192.168.1.41] ([90.126.162.40]) by mwinf5d60 with ME id S6wB220060scBcy036wEHe; Mon, 13 Apr 2020 08:57:01 +0200 X-ME-Helo: [192.168.1.41] X-ME-Auth: Y2hyaXN0b3BoZS5qYWlsbGV0QHdhbmFkb28uZnI= X-ME-Date: Mon, 13 Apr 2020 08:57:01 +0200 X-ME-IP: 90.126.162.40 Subject: Re: [PATCH] net: mvneta: Fix a typo To: Joe Perches , thomas.petazzoni@bootlin.com, davem@davemloft.net Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org References: <20200412212034.4532-1-christophe.jaillet@wanadoo.fr> <6ecfa6cb686af1452101c0b727c9eb34d5582610.camel@perches.com> From: Christophe JAILLET Message-ID: Date: Mon, 13 Apr 2020 08:56:10 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0 MIME-Version: 1.0 In-Reply-To: <6ecfa6cb686af1452101c0b727c9eb34d5582610.camel@perches.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Le 12/04/2020 à 23:35, Joe Perches a écrit : > On Sun, 2020-04-12 at 23:20 +0200, Christophe JAILLET wrote: >> s/mvmeta/mvneta/ > nice. how did you find this? Hi, This is based on a bash script I've made a while ago (see [1]) I've slightly updated it, but the idea is still the same. I search strings in a file with some variation on the file name (2 inverted chars, 1 missing char or 1 modified char). The output is horrible, and a lot of filtering should be done. It is much like noise, with MANY false positives. But I manage to dig some interesting stuff out of it. If interested in the updated script, just ask, but except the concept itself, I'm not sure than anything else worth anything and is should be rewritten from scratch. The update includes some tweaks in order to search into Kconfig files instead. CJ [1]: https://marc.info/?l=kernel-janitors&m=156382201306781&w=4