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=-7.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=ham 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 98778C4360C for ; Sun, 29 Sep 2019 16:40:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 766A320673 for ; Sun, 29 Sep 2019 16:40:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729039AbfI2Qk6 (ORCPT ); Sun, 29 Sep 2019 12:40:58 -0400 Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:39521 "EHLO mail2-relais-roc.national.inria.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725948AbfI2Qk6 (ORCPT ); Sun, 29 Sep 2019 12:40:58 -0400 X-IronPort-AV: E=Sophos;i="5.64,563,1559512800"; d="scan'208";a="403855449" Received: from 81-65-53-202.rev.numericable.fr (HELO hadrien) ([81.65.53.202]) by mail2-relais-roc.national.inria.fr with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 29 Sep 2019 18:40:56 +0200 Date: Sun, 29 Sep 2019 18:40:56 +0200 (CEST) From: Julia Lawall X-X-Sender: jll@hadrien To: Markus Elfring cc: Coccinelle , Gilles Muller , Greg Kroah-Hartman , Jessica Yu , Masahiro Yamada , Matthias Maennich , Michal Marek , Nicolas Palix , Yue Haibing , LKML , kernel-janitors@vger.kernel.org, Martijn Coenen Subject: Re: [Cocci] [RFC PATCH] scripts: Fix coccicheck failed In-Reply-To: <7664d59f-78cf-7644-0ee8-304b3d78d752@web.de> Message-ID: References: <20190928094245.45696-1-yuehaibing@huawei.com> <7664d59f-78cf-7644-0ee8-304b3d78d752@web.de> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="8323329-78162315-1569775256=:3346" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --8323329-78162315-1569775256=:3346 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8BIT > I suggest to think a bit more about the desired directory hierarchy. > If you would like to keep these files generally within a (sub)folder > of “scripts/coccinelle”, other solutions should be taken into account. > How do you think about to adjust the filter command? > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/scripts/coccicheck?id=02dc96ef6c25f990452c114c59d75c368a1f4c8f#n257 Changing this could also be a solution. julia --8323329-78162315-1569775256=:3346--