From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753731AbbAPIKP (ORCPT ); Fri, 16 Jan 2015 03:10:15 -0500 Received: from cantor2.suse.de ([195.135.220.15]:35534 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750934AbbAPIKN (ORCPT ); Fri, 16 Jan 2015 03:10:13 -0500 Message-ID: <1421395800.15673.0.camel@linux-0dmf.site> Subject: Re: [PATCH] usb: Fix typo in `struct usb_host_interface' comment From: Oliver Neukum To: Chris Rorvick Cc: Greg Kroah-Hartman , linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org Date: Fri, 16 Jan 2015 09:10:00 +0100 In-Reply-To: References: <1421293948-10901-1-git-send-email-chris@rorvick.com> <1421319786.27673.12.camel@linux-0dmf.site> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.10.4 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2015-01-15 at 17:47 -0600, Chris Rorvick wrote: > I think understand your comment now so I will respond more > specifically: > This is a typo precisely because `bNumEndpoint' is not consistent with > the specification, nor is it consistent with the definition of `struct > usb_interface_descriptor'. The specification and the structure both > use > `bNumEndpoints'. Sorry, I stand corrected. The patch is good. Regards Oliver