From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752300AbdBBRYG (ORCPT ); Thu, 2 Feb 2017 12:24:06 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:59264 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752277AbdBBRYE (ORCPT ); Thu, 2 Feb 2017 12:24:04 -0500 Date: Thu, 2 Feb 2017 18:24:07 +0100 From: Greg KH To: Arushi Cc: w.d.hubbs@gmail.com, devel@driverdev.osuosl.org, kirk@reisers.ca, speakup@linux-speakup.org, linux-kernel@vger.kernel.org, samuel.thibault@ens-lyon.org, chris@the-brannons.com Subject: Re: [PATCH v2] staging: rtl8192e: Aligning the * on each line in block comments Message-ID: <20170202172407.GB32221@kroah.com> References: <20170202165602.GA8899@arushi-HP-Pavilion-Notebook> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170202165602.GA8899@arushi-HP-Pavilion-Notebook> User-Agent: Mutt/1.7.2 (2016-11-26) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Feb 02, 2017 at 10:26:02PM +0530, Arushi wrote: > This patch fixes the issue by aligning the * on each line in block comments. > > Signed-off-by: Arushi > --- > drivers/staging/speakup/fakekey.c | 10 +++++----- > drivers/staging/speakup/i18n.c | 14 +++++++------- > drivers/staging/speakup/main.c | 2 +- > drivers/staging/speakup/speakup_acntsa.c | 2 +- > drivers/staging/speakup/speakup_apollo.c | 2 +- > drivers/staging/speakup/speakup_decext.c | 2 +- > drivers/staging/speakup/speakup_decpc.c | 4 ++-- > drivers/staging/speakup/speakup_dtlk.c | 2 +- > drivers/staging/speakup/speakup_dtlk.h | 10 +++++----- > drivers/staging/speakup/speakup_ltlk.c | 2 +- > 10 files changed, 25 insertions(+), 25 deletions(-) What changed from v1? Always put that information below the --- line. Please resend v3 with that information. thanks, greg k-h