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=-13.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,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 5FD54C433EF for ; Tue, 14 Sep 2021 14:45:51 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3DBD8610CE for ; Tue, 14 Sep 2021 14:45:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234455AbhINOrH (ORCPT ); Tue, 14 Sep 2021 10:47:07 -0400 Received: from mga09.intel.com ([134.134.136.24]:61010 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234311AbhINOqk (ORCPT ); Tue, 14 Sep 2021 10:46:40 -0400 X-IronPort-AV: E=McAfee;i="6200,9189,10106"; a="222055181" X-IronPort-AV: E=Sophos;i="5.85,292,1624345200"; d="scan'208";a="222055181" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Sep 2021 07:45:22 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.85,292,1624345200"; d="scan'208";a="609651680" Received: from kuha.fi.intel.com ([10.237.72.162]) by fmsmga001.fm.intel.com with SMTP; 14 Sep 2021 07:45:19 -0700 Received: by kuha.fi.intel.com (sSMTP sendmail emulation); Tue, 14 Sep 2021 17:45:18 +0300 Date: Tue, 14 Sep 2021 17:45:18 +0300 From: Heikki Krogerus To: Mauro Carvalho Chehab Cc: Greg Kroah-Hartman , Linux Doc Mailing List , Jonathan Corbet , linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org Subject: Re: [PATCH v2 11/29] ABI: sysfs-class-typec: fix a bad What field Message-ID: References: <3284da746c7f2bf7c120913a35db51cc5650e2ea.1631629496.git.mchehab+huawei@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3284da746c7f2bf7c120913a35db51cc5650e2ea.1631629496.git.mchehab+huawei@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org On Tue, Sep 14, 2021 at 04:32:26PM +0200, Mauro Carvalho Chehab wrote: > The wildcard is missing the '<' character. Fix it. > > Signed-off-by: Mauro Carvalho Chehab > --- > Documentation/ABI/testing/sysfs-class-typec | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/ABI/testing/sysfs-class-typec b/Documentation/ABI/testing/sysfs-class-typec > index 40122d915ae1..c09add32e596 100644 > --- a/Documentation/ABI/testing/sysfs-class-typec > +++ b/Documentation/ABI/testing/sysfs-class-typec > @@ -200,7 +200,7 @@ Description: USB Power Delivery Specification defines a set of product types > amc Alternate Mode Controller > ====================== ========================== > > -What: /sys/class/typec/-partner>/identity/ > +What: /sys/class/typec/-/identity/ > Date: April 2017 > Contact: Heikki Krogerus > Description: It's just a typo. It should be -partner, not -. thanks, -- heikki