From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757934AbcILLUo (ORCPT ); Mon, 12 Sep 2016 07:20:44 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:34589 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757620AbcILLUn (ORCPT ); Mon, 12 Sep 2016 07:20:43 -0400 Date: Mon, 12 Sep 2016 13:20:47 +0200 From: Greg KH To: Nadim Almas Cc: lidza.louina@gmail.com, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/1] Staging:dgnc:dgnc_neo: fixed 80 character line limit coding style issue Message-ID: <20160912112047.GA25250@kroah.com> References: <20160903104629.GA7412@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160903104629.GA7412@gmail.com> User-Agent: Mutt/1.7.0 (2016-08-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Sep 03, 2016 at 04:16:29PM +0530, Nadim Almas wrote: > Fixed coding style issue > > Signed-off-by: Nadim Almas > --- > drivers/staging/dgnc/dgnc_neo.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/staging/dgnc/dgnc_neo.c b/drivers/staging/dgnc/dgnc_neo.c > index 0974986..f07f69c 100644 > --- a/drivers/staging/dgnc/dgnc_neo.c > +++ b/drivers/staging/dgnc/dgnc_neo.c > @@ -1463,8 +1463,8 @@ static void neo_copy_data_from_queue_to_uart(struct channel_t *ch) > > /* > * If DTR Toggle mode is on, turn on DTR now if not already set, > - * and make sure we get an event when the data transfer has completed. > + * and make sure we get an event when the data transfer has com- > + * -pleted. No need for hyphenation, just move the word to the next line. thanks, greg k-h