Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751368AbbLNF2R (ORCPT ); Mon, 14 Dec 2015 00:28:17 -0500 Received: from e23smtp03.au.ibm.com ([202.81.31.145]:58640 "EHLO e23smtp03.au.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750754AbbLNF2Q (ORCPT ); Mon, 14 Dec 2015 00:28:16 -0500 X-IBM-Helo: d23dlp01.au.ibm.com X-IBM-MailFrom: xinhui@linux.vnet.ibm.com X-IBM-RcptTo: linux-kernel@vger.kernel.org Subject: Re: [PATCH] tty/n_gsm.c: use gsm->num to remove mux itself from gsm_mux[] To: Greg Kroah-Hartman , xinhui References: <5657D0CF.9060801@linux.vnet.ibm.com> <20151213064730.GA24952@kroah.com> Cc: linux-kernel@vger.kernel.org, Jiri Slaby , yanmin_zhang@linux.intel.com, mnipxh@163.com, jin.xiao@intel.com From: xinhui Message-ID: <566E532F.40404@linux.vnet.ibm.com> Date: Mon, 14 Dec 2015 13:27:11 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <20151213064730.GA24952@kroah.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 15121405-0009-0000-0000-0000028728C4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 875 Lines: 30 Hi, Greg Thanks for your kind reply :) On 2015/12/13 14:47, Greg Kroah-Hartman wrote: > On Fri, Nov 27, 2015 at 11:41:03AM +0800, xinhui wrote: >> There is one filed gsm->num to store mux's index of gsm_mux[]. So use >> gsm->num to remove itself from gsm_mux[] instead of the for-loop >> traverse in gsm_cleanup_mux(). >> >> Signed-off-by: Pan Xinhui > > Your "From:" line in the email needs to match your signed-off-by: line, > please fix up your email client to do this properly so that your patches > can be accepted. > I will fix it ASAP. Thank you! thanks xinhui > thanks, > > greg k-h > -- 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/