Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935133AbcCJHMu (ORCPT ); Thu, 10 Mar 2016 02:12:50 -0500 Received: from mail-pa0-f65.google.com ([209.85.220.65]:34146 "EHLO mail-pa0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932742AbcCJHMl (ORCPT ); Thu, 10 Mar 2016 02:12:41 -0500 From: Neha Rani To: rneha725@gmail.com Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: [PATCH 2/2] Staging: nvec: fix multiline comment style. Date: Thu, 10 Mar 2016 12:42:29 +0530 Message-Id: <1457593949-20809-1-git-send-email-rneha725@gmail.com> X-Mailer: git-send-email 2.5.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 816 Lines: 26 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 */ + /** + * add the received data to the work list + * and move the ring buffer pointer to the next entry + */ list_add_tail(&nvec->rx->node, &nvec->rx_data); spin_unlock(&nvec->rx_lock); -- 2.5.0