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 B5A4EC433EF for ; Thu, 16 Sep 2021 11:47:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 884B761056 for ; Thu, 16 Sep 2021 11:47:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235696AbhIPLsn (ORCPT ); Thu, 16 Sep 2021 07:48:43 -0400 Received: from mga17.intel.com ([192.55.52.151]:48176 "EHLO mga17.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233746AbhIPLsm (ORCPT ); Thu, 16 Sep 2021 07:48:42 -0400 X-IronPort-AV: E=McAfee;i="6200,9189,10108"; a="202700800" X-IronPort-AV: E=Sophos;i="5.85,298,1624345200"; d="scan'208";a="202700800" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Sep 2021 04:47:22 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.85,298,1624345200"; d="scan'208";a="610617645" Received: from kuha.fi.intel.com ([10.237.72.162]) by fmsmga001.fm.intel.com with SMTP; 16 Sep 2021 04:47:19 -0700 Received: by kuha.fi.intel.com (sSMTP sendmail emulation); Thu, 16 Sep 2021 14:47:18 +0300 Date: Thu, 16 Sep 2021 14:47:18 +0300 From: Heikki Krogerus To: Mauro Carvalho Chehab Cc: Linux Doc Mailing List , Greg Kroah-Hartman , Jonathan Corbet , linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org Subject: Re: [PATCH v3 11/30] ABI: sysfs-class-typec: fix a typo on a What field Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org On Thu, Sep 16, 2021 at 10:59:38AM +0200, Mauro Carvalho Chehab wrote: > This what: > /sys/class/typec/-partner>/identity/ > > Contains an extra ">" character. Remove it. > > Signed-off-by: Mauro Carvalho Chehab Reviewed-by: Heikki Krogerus > --- > 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..75088ecad202 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/-partner/identity/ > Date: April 2017 > Contact: Heikki Krogerus > Description: > -- > 2.31.1 thanks, -- heikki