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=-17.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 60AC3C433EF for ; Mon, 20 Sep 2021 09:41:10 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4B35D60F9B for ; Mon, 20 Sep 2021 09:41:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234917AbhITJmf (ORCPT ); Mon, 20 Sep 2021 05:42:35 -0400 Received: from mail.kernel.org ([198.145.29.99]:60740 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234983AbhITJme (ORCPT ); Mon, 20 Sep 2021 05:42:34 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id E5BEA60F58; Mon, 20 Sep 2021 09:40:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1632130809; bh=8tiTnLVffN6ZWxDDdUg5QGF6UzX0ktUwJLwWv0V7DrY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=MCXx/mm/qbozdDv7d85aMaP6gsUPDqVzN5tbx4oHi2956ZScaqYlUMAFPyYPiAce2 Xu1YYqnjDw2qiybyIDboUJWc/SYtR8Y6lDavlpl2rhEKT7I2zWGES7lOOPJnUUoDFK T6K+bP6vbbZgJctZLxJHCLGnm5Sf9T9aqaTdkpy+Fi6joTp7GBkfRQYk78BApwO6rY OqRkjD5sAGp6eVrKndV2LPeY8AAxpSTI9+OzkuTrw6pn4cRXwDFJLDS/qo+0tWY1HU BitbtZ3PjjyPfbMPhQY8wHicmf1VmEtzD7RpDN2AyOPqkz0JuhbTql0Zu0Vlm5nX14 CRsCjBgQvDgaQ== Received: from johan by xi.lan with local (Exim 4.94.2) (envelope-from ) id 1mSFmR-0000oA-TZ; Mon, 20 Sep 2021 11:40:08 +0200 Date: Mon, 20 Sep 2021 11:40:07 +0200 From: Johan Hovold To: Mauro Carvalho Chehab Cc: Linux Doc Mailing List , Greg Kroah-Hartman , Jonathan Corbet , linux-kernel@vger.kernel.org Subject: Re: [PATCH v3 17/30] ABI: sysfs-class-gnss: use wildcards on What definitions Message-ID: References: <80b7f60a6bac7bb1938d60dca509d75dff3c2c62.1631782432.git.mchehab+huawei@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <80b7f60a6bac7bb1938d60dca509d75dff3c2c62.1631782432.git.mchehab+huawei@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org On Thu, Sep 16, 2021 at 10:59:44AM +0200, Mauro Carvalho Chehab wrote: > An "N" upper letter is not a wildcard, nor can easily be identified > by script, specially since the USB sysfs define things like. > bNumInterfaces. Use, instead, , in order to let script/get_abi.pl > to convert it into a Regex. > > Signed-off-by: Mauro Carvalho Chehab Acked-by: Johan Hovold > --- > Documentation/ABI/testing/sysfs-class-gnss | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/ABI/testing/sysfs-class-gnss b/Documentation/ABI/testing/sysfs-class-gnss > index c8553d972edd..9650f3a7fc03 100644 > --- a/Documentation/ABI/testing/sysfs-class-gnss > +++ b/Documentation/ABI/testing/sysfs-class-gnss > @@ -1,4 +1,4 @@ > -What: /sys/class/gnss/gnssN/type > +What: /sys/class/gnss/gnss/type > Date: May 2018 > KernelVersion: 4.18 > Contact: Johan Hovold