From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933630AbcI3Vt0 (ORCPT ); Fri, 30 Sep 2016 17:49:26 -0400 Received: from mail-pa0-f68.google.com ([209.85.220.68]:33469 "EHLO mail-pa0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751147AbcI3VtS (ORCPT ); Fri, 30 Sep 2016 17:49:18 -0400 Date: Fri, 30 Sep 2016 14:49:12 -0700 From: Nadim Almas To: gregkh@linuxfoundation.org Cc: devel@driverdev.osuosl.org, markh@compro.net, linux-kernel@vger.kernel.org Subject: [PATCH] Staging:dgnc:dgnc_neo: fixed 80 character line limit coding style issue Message-ID: <20160930214912.GA6932@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Fixed coding style issue. Signed-off-by: Nadim Almas --- drivers/staging/dgnc/dgnc_neo.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/staging/dgnc/dgnc_neo.c b/drivers/staging/dgnc/dgnc_neo.c index e794056..bc15584 100644 --- a/drivers/staging/dgnc/dgnc_neo.c +++ b/drivers/staging/dgnc/dgnc_neo.c @@ -554,7 +554,8 @@ static inline void neo_parse_lsr(struct dgnc_board *brd, uint port) * Rx Oruns. Exar says that an orun will NOT corrupt * the FIFO. It will just replace the holding register * with this new data byte. So basically just ignore this. - * Probably we should eventually have an orun stat in our driver... + * Probably we should eventually have an orun stat in our + * driver... */ ch->ch_err_overrun++; } -- 2.7.4