Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934328AbbDIJUZ (ORCPT ); Thu, 9 Apr 2015 05:20:25 -0400 Received: from mailout4.w1.samsung.com ([210.118.77.14]:10605 "EHLO mailout4.w1.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933850AbbDIJUR (ORCPT ); Thu, 9 Apr 2015 05:20:17 -0400 X-AuditID: cbfec7f4-b7f106d0000013ec-b1-552643a14146 Message-id: <5526444D.8080200@samsung.com> Date: Thu, 09 Apr 2015 11:20:13 +0200 From: Krzysztof Opasiak User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-version: 1.0 To: Tal Shorer Cc: balbi@ti.com, "" , jlbec@evilplan.org, andrzej.p@samsung.com, m.szyprowski@samsung.com, linux-api@vger.kernel.org, "" , linux-usb@vger.kernel.org Subject: Re: [PATCH v2 4/4] Documentation: ABI: Fix documentation for mass_storage function References: <1428494808-12566-1-git-send-email-k.opasiak@samsung.com> <1428494808-12566-5-git-send-email-k.opasiak@samsung.com> In-reply-to: Content-type: text/plain; charset=utf-8; format=flowed Content-transfer-encoding: 7bit X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFjrFLMWRmVeSWpSXmKPExsVy+t/xy7oLndVCDW6+UrGY9bKdxeLg/XqL 5sXr2SxOnvvGYrH5ewebxeVdc9gsFi1rZbZYe+Quu8WtAweZHDg9nl4M8tg56y67x/65a9g9 +rasYvQ4fmM7k8fnTXIBbFFcNimpOZllqUX6dglcGUsmTGEtuM9d0T/jKGsD40LOLkZODgkB E4mnP7eyQthiEhfurWfrYuTiEBJYyijRMXsFE4TziVFi/qYbTCBVvAJaEjMu7ASzWQRUJebP +gHUzcHBJqAvMW+XKEhYVCBCYv6x18wQ5YISPybfYwEpEQEqvzKpAmQks8BEJolnDTPZQeLC ArESc5tyIFadYJS4s3MrG0gvp0CwxOXb/8BWMQuYSXx5eZgVwpaX2LzmLfMERoFZSFbMQlI2 C0nZAkbmVYyiqaXJBcVJ6bmGesWJucWleel6yfm5mxgh4f9lB+PiY1aHGAU4GJV4eC2OqYQK sSaWFVfmHmKU4GBWEuGNNlcLFeJNSaysSi3Kjy8qzUktPsTIxMEp1cBY7ODBaVY4q/1E33TP Dp8cPYXEhtKMUOdXwozN3Q9j3mTfmH/n7L+D7dLV53/IeZ575CrQaJkeU/MrZXOFo8A1O823 h4+rZFutDH2w5Euw6IJjvMoSGy5MqpFhSDVIebReLWMjf4xJNYcVZ8mxYwIrCzlbGq/uFsvO vXHtpJNntcLj7z/WLlRiKc5INNRiLipOBAAMkJPOXQIAAA== Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1715 Lines: 42 On 04/09/2015 10:32 AM, Tal Shorer wrote: > On Wed, Apr 8, 2015 at 3:06 PM, Krzysztof Opasiak wrote: >> Luns in mass storage function are identified using their id. >> While creating lun's directory user cannot choose any arbitrary >> name other than arabic numeral from 1 to FSG_MAX_LUNS. >> >> Signed-off-by: Krzysztof Opasiak >> --- >> .../ABI/testing/configfs-usb-gadget-mass-storage | 7 ++++++- >> 1 file changed, 6 insertions(+), 1 deletion(-) >> >> diff --git a/Documentation/ABI/testing/configfs-usb-gadget-mass-storage b/Documentation/ABI/testing/configfs-usb-gadget-mass-storage >> index 9931fb0..0b54280 100644 >> --- a/Documentation/ABI/testing/configfs-usb-gadget-mass-storage >> +++ b/Documentation/ABI/testing/configfs-usb-gadget-mass-storage >> @@ -11,10 +11,15 @@ Description: >> are 2..4. Available only if >> CONFIG_USB_GADGET_DEBUG_FILES is set. >> >> -What: /config/usb-gadget/gadget/functions/mass_storage.name/lun.name >> +What: /config/usb-gadget/gadget/functions/mass_storage.name/lun.id >> Date: Oct 2013 >> KernelVersion: 3.13 >> Description: >> + id - arabic numeral from 1 to FSG_MAX_LUNS > I think "decimal number" or "decimal value" would be easier to understand. True. Will fix in v3. Thanks, -- Krzysztof Opasiak Samsung R&D Institute Poland Samsung Electronics -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/