From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751343AbbF2QEz (ORCPT ); Mon, 29 Jun 2015 12:04:55 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:45072 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752419AbbF2QEt (ORCPT ); Mon, 29 Jun 2015 12:04:49 -0400 Date: Mon, 29 Jun 2015 09:04:48 -0700 From: Greg KH To: Gwenn =?iso-8859-1?Q?Bourr=E9e?= Cc: jslaby@suse.cz, linux-kernel@vger.kernel.org, linux-api@vger.kernel.org Subject: Re: [PATCH]: Mux n_gsm: Add a DLCI hangup state and callback Message-ID: <20150629160448.GC7455@kroah.com> References: <1435593236.25711.3.camel@tldlab125> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1435593236.25711.3.camel@tldlab125> User-Agent: Mutt/1.5.23+89 (0255b37be491) (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jun 29, 2015 at 05:53:56PM +0200, Gwenn Bourrée wrote: > > Dear kernel tty maintainers, > > Please review the following patch: > > From 6e006bd522124d0e8a2f6075099a21f7051a426f Mon Sep 17 00:00:00 2001 > From: Gwenn Bourree > Date: Mon, 29 Jun 2015 17:26:01 +0200 > Subject: [PATCH] Mux n_gsm: Add a DLCI hangup state and callback > > Use of asynchronous hangup instead of vhangup. > > Signed-off-by: Gwenn Bourree > Signed-off-by: Gwenn Bourree > Signed-off-by: Mustapha Ben Zoubeir > Signed-off-by: Nicolas LOUIS > Reviewed-by: Ravindran, Arun > --- > drivers/tty/n_gsm.c | 27 +++++++++++++++++++++++++-- > 1 file changed, 25 insertions(+), 2 deletions(-) Same comments on this one, but as you are wanting to send a series of patches, send a series of patches, each one numbered properly, otherwise I have no idea what order to apply them in. greg k-h