From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758713AbcG0V2c (ORCPT ); Wed, 27 Jul 2016 17:28:32 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:44325 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758648AbcG0V2a (ORCPT ); Wed, 27 Jul 2016 17:28:30 -0400 Date: Wed, 27 Jul 2016 14:28:44 -0700 From: Greg KH To: Pascal JEAN Cc: jslaby@suse.com, linux-serial@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/2] sc16is7xx: fix RTS/CTS implementation Message-ID: <20160727212844.GB7821@kroah.com> References: <1469653123-21867-1-git-send-email-epsilonrt@gmail.com> <1469653123-21867-2-git-send-email-epsilonrt@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1469653123-21867-2-git-send-email-epsilonrt@gmail.com> User-Agent: Mutt/1.6.2 (2016-07-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jul 27, 2016 at 10:58:42PM +0200, Pascal JEAN wrote: > Signed-off-by: Pascal JEAN > --- > drivers/tty/serial/sc16is7xx.c | 16 +++++++++------- > 1 file changed, 9 insertions(+), 7 deletions(-) I can't take patches with out any changelog text, sorry, please add the information you had in patch 0/2 to the text in these two patches, plus any other information that might be needed. Also, your Signed-off-by: and From: email addresses don't match, please fix that up somehow. thanks, greg k-h