From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from out3.smtp.messagingengine.com ([66.111.4.27]:37293 "EHLO out3.smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757817Ab1GAVdW (ORCPT ); Fri, 1 Jul 2011 17:33:22 -0400 Date: Fri, 1 Jul 2011 14:24:27 -0700 From: Greg KH To: Kirill Smelkov Cc: Alan Stern , Sarah Sharp , matt mooney , Greg Kroah-Hartman , linux-usb@vger.kernel.org, linux-uvc-devel@lists.berlios.de, linux-media@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3 2/2] USB: EHCI: Allow users to override 80% max periodic bandwidth Message-ID: <20110701212427.GA11831@kroah.com> References: <69ea2dd940481508f190419c53c780b626460b22.1309520144.git.kirr@mns.spb.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <69ea2dd940481508f190419c53c780b626460b22.1309520144.git.kirr@mns.spb.ru> List-ID: Sender: On Fri, Jul 01, 2011 at 03:47:11PM +0400, Kirill Smelkov wrote: > drivers/usb/host/ehci-sysfs.c | 104 +++++++++++++++++++++++++++++++++++++++-- As you are adding new sysfs files, it is required that you also add new entries in the Documentation/ABI/ directory. Please do that for these files so that people have an idea of what they are, and how to use them. Care to redo this series with that change? thanks, greg k-h