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=-19.4 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,USER_AGENT_GIT autolearn=unavailable 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 7332FC433FE for ; Tue, 14 Sep 2021 14:35:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5C05F610D1 for ; Tue, 14 Sep 2021 14:35:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234128AbhINOgh (ORCPT ); Tue, 14 Sep 2021 10:36:37 -0400 Received: from mail.kernel.org ([198.145.29.99]:57474 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233831AbhINOeI (ORCPT ); Tue, 14 Sep 2021 10:34:08 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 9927761151; Tue, 14 Sep 2021 14:32:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1631629970; bh=12noMMOjbT9qU8R4s1OT5UR157DRXTbaB8hZL999iBE=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=kxlk5khQWo/WwROtPW5NavugwrXrH9TcYc+D3uLZIQU2DIAYIBVVYHnqf2JaahZli ABeGyIqxWB1F4ayuop7LRnY/Jw9CYY1EcWN0404Ht1pYv2KHpFdbzDQo5K0IZt79Yr J6DhtJmiRL4LK3I9iCXVxO0oael6tadHH3VXWh9RjZjgJDVkbZig/TsAQvXk9Tpz6y 57ZZqItg5FddSr1XP42Nju+dIPVEBzCWWOZpO6kK8qWaJeoYaTqo9cuPMi/RB9SnIB WbJ4cy79Ke5iYqjv59xIR5phSvALNDSGSr+bojID2QOc6Fd5AB6EmaT7YApeF9Oozi a51YTO3cYPc8g== Received: by mail.kernel.org with local (Exim 4.94.2) (envelope-from ) id 1mQ9UO-000KlQ-6j; Tue, 14 Sep 2021 16:32:48 +0200 From: Mauro Carvalho Chehab To: Greg Kroah-Hartman , Linux Doc Mailing List Cc: Mauro Carvalho Chehab , "Jonathan Corbet" , Peter Rosin , linux-kernel@vger.kernel.org Subject: [PATCH v2 19/29] ABI: sysfs-class-mux: use wildcards on What definitions Date: Tue, 14 Sep 2021 16:32:34 +0200 Message-Id: <2949241c7c5ad171cf6f4d115e4da7bd7915b024.1631629496.git.mchehab+huawei@kernel.org> X-Mailer: git-send-email 2.31.1 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: Mauro Carvalho Chehab Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 --- Documentation/ABI/testing/sysfs-class-mux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/ABI/testing/sysfs-class-mux b/Documentation/ABI/testing/sysfs-class-mux index 8715f9c7bd4f..c58b7b6e1aa6 100644 --- a/Documentation/ABI/testing/sysfs-class-mux +++ b/Documentation/ABI/testing/sysfs-class-mux @@ -7,7 +7,7 @@ Description: Framework and provides a sysfs interface for using MUX controllers. -What: /sys/class/mux/muxchipN/ +What: /sys/class/mux/muxchip/ Date: April 2017 KernelVersion: 4.13 Contact: Peter Rosin -- 2.31.1