Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935303AbcJUQ30 (ORCPT ); Fri, 21 Oct 2016 12:29:26 -0400 Received: from mail-pf0-f196.google.com ([209.85.192.196]:34775 "EHLO mail-pf0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752432AbcJUQ3X (ORCPT ); Fri, 21 Oct 2016 12:29:23 -0400 Date: Fri, 21 Oct 2016 21:59:05 +0530 From: Nadim Almas To: gregkh@linuxfoundation.org, julia.lawall@lip6.fr Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: [PATCH] Staging:vt6656:main_usb: fix Block comments should align the * on each line Message-ID: <20161021162905.GA3315@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 Content-Length: 801 Lines: 26 Block comments should align the * on each line as reported by checkpatch.pl Signed-off-by: Nadim Almas --- drivers/staging/vt6656/main_usb.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/vt6656/main_usb.c b/drivers/staging/vt6656/main_usb.c index fe84da3..50d02d9 100644 --- a/drivers/staging/vt6656/main_usb.c +++ b/drivers/staging/vt6656/main_usb.c @@ -326,9 +326,9 @@ static int vnt_init_registers(struct vnt_private *priv) priv->current_net_addr); /* - * set BB and packet type at the same time - * set Short Slot Time, xIFS, and RSPINF - */ + * set BB and packet type at the same time + * set Short Slot Time, xIFS, and RSPINF + */ if (priv->bb_type == BB_TYPE_11A) priv->short_slot_time = true; else -- 2.7.4