From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751359AbdBBSS6 (ORCPT ); Thu, 2 Feb 2017 13:18:58 -0500 Received: from smtprelay0186.hostedemail.com ([216.40.44.186]:44772 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750933AbdBBSS5 (ORCPT ); Thu, 2 Feb 2017 13:18:57 -0500 X-Session-Marker: 6A6F6540706572636865732E636F6D X-Spam-Summary: 2,0,0,,d41d8cd98f00b204,joe@perches.com,:::::::::::::::::,RULES_HIT:41:355:379:541:599:800:960:973:982:988:989:1260:1277:1311:1313:1314:1345:1359:1373:1431:1437:1515:1516:1518:1534:1539:1593:1594:1711:1714:1730:1747:1777:1792:2393:2559:2562:2828:3138:3139:3140:3141:3142:3351:3622:3865:3866:3867:3868:3870:3871:4321:5007:7514:7875:7903:10004:10400:10848:11232:11658:11914:12043:12295:12438:12555:12740:12760:12895:12986:13069:13095:13311:13357:13439:14181:14659:14721:21060:21080:21433:21451:30054:30091,0,RBL:none,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck:none,DomainCache:0,MSF:not bulk,SPF:fn,MSBL:0,DNSBL:none,Custom_rules:0:0:0,LFtime:2,LUA_SUMMARY:none X-HE-Tag: brain09_4d827847c2d35 X-Filterd-Recvd-Size: 1584 Message-ID: <1486059531.22276.32.camel@perches.com> Subject: Re: [PATCH v3] staging: rtl8192e: Aligning the * on each line in block comments From: Joe Perches To: Arushi , w.d.hubbs@gmail.com Cc: chris@the-brannons.com, kirk@reisers.ca, samuel.thibault@ens-lyon.org, gregkh@linuxfoundation.org, speakup@linux-speakup.org, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Date: Thu, 02 Feb 2017 10:18:51 -0800 In-Reply-To: <20170202175828.GA9745@arushi-HP-Pavilion-Notebook> References: <20170202175828.GA9745@arushi-HP-Pavilion-Notebook> Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.22.3-0ubuntu0.1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2017-02-02 at 23:28 +0530, Arushi wrote: > This patch fixes the issue by aligning the * on each line in block comments. > [Patch v1] is rejected as the changes done is not following the linux > coding style and [Patch v2] is rejected because forgot to mention the > cause of rejection of [Patch v1]. > > Signed-off-by: Arushi > > -- > > Changes done from the [PATCH v1] is > > diff --git a/drivers/staging/speakup/speakup_decpc.c > b/drivers/staging/speakup/speakup_decpc.c Don't put a diff into the commit message. Put a textual description of the changes below the --- line.