From patchwork Fri Feb 1 21:55:07 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jon Flatley X-Patchwork-Id: 10793769 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 1E13B1390 for ; Fri, 1 Feb 2019 21:55:21 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 03F1B33210 for ; Fri, 1 Feb 2019 21:55:21 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id EBAD633213; Fri, 1 Feb 2019 21:55:20 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id BC4FA33210 for ; Fri, 1 Feb 2019 21:55:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726558AbfBAVzR (ORCPT ); Fri, 1 Feb 2019 16:55:17 -0500 Received: from mail-pg1-f195.google.com ([209.85.215.195]:43112 "EHLO mail-pg1-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726449AbfBAVzO (ORCPT ); Fri, 1 Feb 2019 16:55:14 -0500 Received: by mail-pg1-f195.google.com with SMTP id v28so3539715pgk.10 for ; Fri, 01 Feb 2019 13:55:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=3/w3z281elUDHB66BYrIRMbB+OzwFk+UPUVgq6qnY1A=; b=OOiyka2X3iHwAGZhC99b+FmidvORNLOkkXBrzS8ARlnE6O3yAYto45qOrz/k/TQn+i DjWvSVwOhC+I3bGhpZZnkmsa5VpWJp/lC38Wmn/d5FT52bQ8SHx4wxU04FJRblV677VF 6e4IuYnQ8/uuM3t9GLFUAEIda8WFvLxY/9UUk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=3/w3z281elUDHB66BYrIRMbB+OzwFk+UPUVgq6qnY1A=; b=QXI6x9+hVnOhcpvDmujvGf8suuCKmHZ7bXK7jhHokBb3HpeeoBYole6bLpLyKTd/fs p9tsC/CsKJFPfKNhIfObDinC99SG3tcVsWGMJSqynd6/m6sbr+woZITVg2XzlbT7Nz5r 2DqMDt3xvy8O6zjPSjAbgUg9zRlFbh/KO10xuIR67b5xcvFMU7nkcn8XAI0fEQHEeCSO PyV8coG3p21nTnXIpvAFtpczz5YwRbR+FEPj+Wr8LfXXk7viWFTsUjwQ3TXVHK7hk2dY ZlXJ4qI3/wHztn5PRlra50GLwOueCtCZSnm6iB3TTg1bC9mpPpS/LwTcEpdt2gOy7ONq BHdw== X-Gm-Message-State: AHQUAuYyXBB5qOl4+X4TfQMO19jZfHD0csqfS8p0ia/KE3HhFHbw6r9h fRhy2ZMyuTrwWzcPmjih7J+uN3UZT8E= X-Google-Smtp-Source: AHgI3Ib3ejc4SF+h2p1J9zgtLY8PGAkWKInCSVnXRgb/i25qIxBro8CyBsTPuJZ2jYDKKjLYmoIHKw== X-Received: by 2002:a63:5b1f:: with SMTP id p31mr3900148pgb.56.1549058113161; Fri, 01 Feb 2019 13:55:13 -0800 (PST) Received: from flatbox9001.mtv.corp.google.com ([2620:15c:202:201:8a81:a957:49d:5968]) by smtp.gmail.com with ESMTPSA id a195sm18270626pfa.7.2019.02.01.13.55.11 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 01 Feb 2019 13:55:12 -0800 (PST) From: jflat@chromium.org To: linux-usb@vger.kernel.org Cc: linux-kernel@vger.kernel.org, gregkh@linuxfoundation.org, tianyu.lan@intel.com, Jon Flatley Subject: [PATCH] usb: Change "wired" to "hardwired" for connect_type Date: Fri, 1 Feb 2019 13:55:07 -0800 Message-Id: <20190201215507.15439-1-jflat@chromium.org> X-Mailer: git-send-email 2.20.1.611.gfbb209baf1-goog MIME-Version: 1.0 Sender: linux-usb-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Jon Flatley The sysfs documentation for /sys/bus/usb/.../portX/connect_type has one of the possible values listed as "wired" when the actual value should be "hardwired". Changes the ABI documentation for connect_type to match the strings in port.c. Signed-off-by: Jon Flatley --- Documentation/ABI/testing/sysfs-bus-usb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/ABI/testing/sysfs-bus-usb b/Documentation/ABI/testing/sysfs-bus-usb index 559baa5c418c..614d216dff1d 100644 --- a/Documentation/ABI/testing/sysfs-bus-usb +++ b/Documentation/ABI/testing/sysfs-bus-usb @@ -186,7 +186,7 @@ Contact: Lan Tianyu Description: Some platforms provide usb port connect types through ACPI. This attribute is to expose these information to user space. - The file will read "hotplug", "wired" and "not used" if the + The file will read "hotplug", "hardwired" and "not used" if the information is available, and "unknown" otherwise. What: /sys/bus/usb/devices/.../(hub interface)/portX/location