From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S966851AbeAOQhW (ORCPT + 1 other); Mon, 15 Jan 2018 11:37:22 -0500 Received: from vern.gendns.com ([206.190.152.46]:60797 "EHLO vern.gendns.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S966302AbeAOQhV (ORCPT ); Mon, 15 Jan 2018 11:37:21 -0500 From: David Lechner To: linux-usb@vger.kernel.org Cc: linux-kernel@vger.kernel.org, David Lechner , Felipe Balbi , Greg Kroah-Hartman Subject: [PATCH] Documentation: clarify configfs-usb-gadget-rndis Date: Mon, 15 Jan 2018 10:36:50 -0600 Message-Id: <1516034210-14156-1-git-send-email-david@lechnology.com> X-Mailer: git-send-email 2.7.4 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - vern.gendns.com X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - lechnology.com X-Get-Message-Sender-Via: vern.gendns.com: authenticated_id: davidmain+lechnology.com/only user confirmed/virtual account not confirmed X-Authenticated-Sender: vern.gendns.com: davidmain@lechnology.com X-Source: X-Source-Args: X-Source-Dir: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: This removes the misleading "(hex)" from the attribute descriptions of configfs-usb-gadget-rndis. These attributes can only accept decimal numbers, not hexadecimal formatted numbers. Cc: Felipe Balbi Cc: Greg Kroah-Hartman Signed-off-by: David Lechner --- Documentation/ABI/testing/configfs-usb-gadget-rndis | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/ABI/testing/configfs-usb-gadget-rndis b/Documentation/ABI/testing/configfs-usb-gadget-rndis index 1373990..453c709 100644 --- a/Documentation/ABI/testing/configfs-usb-gadget-rndis +++ b/Documentation/ABI/testing/configfs-usb-gadget-rndis @@ -12,6 +12,6 @@ Description: Ethernet over USB link dev_addr - MAC address of device's end of this Ethernet over USB link - class - USB interface class, default is 02 (hex) - subclass - USB interface subclass, default is 06 (hex) - protocol - USB interface protocol, default is 00 (hex) + class - USB interface class, default is 2 + subclass - USB interface subclass, default is 6 + protocol - USB interface protocol, default is 0 -- 2.7.4