From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751527AbdASJgS (ORCPT ); Thu, 19 Jan 2017 04:36:18 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:32770 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751347AbdASJev (ORCPT ); Thu, 19 Jan 2017 04:34:51 -0500 Date: Thu, 19 Jan 2017 10:35:03 +0100 From: Greg KH To: Shuah Khan Cc: valentina.manea.m@gmail.com, shuah@kernel.org, linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] tools: usb usbip - update README USB/IP driver location Message-ID: <20170119093503.GA8476@kroah.com> References: <20170113233832.13972-1-shuahkh@osg.samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170113233832.13972-1-shuahkh@osg.samsung.com> User-Agent: Mutt/1.7.2 (2016-11-26) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jan 13, 2017 at 04:38:32PM -0700, Shuah Khan wrote: > Update USB/IP driver location in README. > > Signed-off-by: Shuah Khan > Reviewed-by: Krzysztof Opasiak > --- > tools/usb/usbip/README | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tools/usb/usbip/README b/tools/usb/usbip/README > index 831f49f..f349ef4 100644 > --- a/tools/usb/usbip/README > +++ b/tools/usb/usbip/README > @@ -7,7 +7,7 @@ > > [Requirements] > - USB/IP device drivers > - Found in the staging directory of the Linux kernel. > + Found in the drivers/usb/usbip directory of the Linux kernel. > > - libudev >= 2.0 > libudev library > -- > 2.7.4 Fails to apply to my usb-next branch :(