Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932321AbcCKVVd (ORCPT ); Fri, 11 Mar 2016 16:21:33 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:57385 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932236AbcCKVV3 (ORCPT ); Fri, 11 Mar 2016 16:21:29 -0500 Date: Fri, 11 Mar 2016 13:21:28 -0800 From: Greg KH To: Neha Rani Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/2] Staging: nvec: fix multiline comment style. Message-ID: <20160311212128.GA18050@kroah.com> References: <1457593949-20809-1-git-send-email-rneha725@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1457593949-20809-1-git-send-email-rneha725@gmail.com> 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 Content-Length: 754 Lines: 21 On Thu, Mar 10, 2016 at 12:42:29PM +0530, Neha Rani wrote: > This is a patch in nvec.c file that fixes a multiline comment found by checkpatch.pl tool > > Signed-off-by: Neha Rani > --- > drivers/staging/nvec/nvec.c | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-) > > diff --git a/drivers/staging/nvec/nvec.c b/drivers/staging/nvec/nvec.c > index 4ae44a5..57ad27a 100644 > --- a/drivers/staging/nvec/nvec.c > +++ b/drivers/staging/nvec/nvec.c > @@ -508,8 +508,10 @@ static void nvec_rx_completed(struct nvec_chip *nvec) > > spin_lock(&nvec->rx_lock); > > - /* add the received data to the work list > - and move the ring buffer pointer to the next entry */ > + /** One too many '*' characters here, sorry.