From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755915Ab3HWRlH (ORCPT ); Fri, 23 Aug 2013 13:41:07 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:58822 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754983Ab3HWRlF (ORCPT ); Fri, 23 Aug 2013 13:41:05 -0400 Date: Fri, 23 Aug 2013 10:41:04 -0700 From: Greg KH To: Graham Williams Cc: "linux-usb@vger.kernel.org" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH] usb: acm gadget: Null termintate strings table Message-ID: <20130823174104.GA32700@kroah.com> References: <063828A851006E448B735F1021E028962ACE2FE9@SJEXCHMB09.corp.ad.broadcom.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <063828A851006E448B735F1021E028962ACE2FE9@SJEXCHMB09.corp.ad.broadcom.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Aug 20, 2013 at 03:17:37PM +0000, Graham Williams wrote: > The gadget strings table should be null terminated. > usb_gadget_get_string() loops through the table > expecting a null at the end of the list. > > Signed-off-by: Graham I need a full name for a signed-off-by: line, can you please resend this with this fixed? thanks, greg k-h