From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752407AbdBJOEf (ORCPT ); Fri, 10 Feb 2017 09:04:35 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:57108 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752159AbdBJOEd (ORCPT ); Fri, 10 Feb 2017 09:04:33 -0500 Date: Fri, 10 Feb 2017 15:04:06 +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 v6] staging: rtl8192e: Aligning the * on each line in block comments Message-ID: <20170210140406.GD28966@kroah.com> References: <20170209122311.GA1386@arushi-HP-Pavilion-Notebook> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170209122311.GA1386@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 09, 2017 at 05:53:11PM +0530, Arushi wrote: > This patch fixes the issue by aligning the * on each line in block comments. > > Signed-off-by: Arushi Singhal Your "From:" line in your email does not match this name here, please fix up and try again. Also, please properly wrap your changelog lines at 72 columns. > --- > [Patch v1] is rejected as the changes done is not correct and is not following the linux kernel coding style in file drivers/staging/speakup/speakup_decpc.c as * on each line in block was not correctly alligned. > [Patch v2] is rejected for not to mention the cause of rejection of [Patch v1] but warnings is corrected. > In [Patch v3] mention of the cause was not in the correct format and is not descriptive. > In [Patch v4] didn't send patch message to all the list members so asked to again repatch it. > In [Patch v5] in description is not given with proper line-feeds. Also wrap these properly. thanks, greg k-h