From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753296AbdBAV63 (ORCPT ); Wed, 1 Feb 2017 16:58:29 -0500 Received: from smtprelay0235.hostedemail.com ([216.40.44.235]:53487 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752084AbdBAV62 (ORCPT ); Wed, 1 Feb 2017 16:58:28 -0500 X-Session-Marker: 6A6F6540706572636865732E636F6D X-Spam-Summary: 2,0,0,,d41d8cd98f00b204,joe@perches.com,:::::::::::::::::,RULES_HIT:41:355:379:541:599:966:973:988:989:1260:1277:1311:1313:1314:1345:1359:1373:1437:1515:1516:1518:1534:1541:1593:1594:1711:1730:1747:1777:1792:2196:2199:2393:2559:2562:2828:3138:3139:3140:3141:3142:3352:3622:3865:3866:3867:3868:3870:3871:3874:4250:4321:4385:5007:6117:6119:7903:10004:10400:10848:11026:11232:11473:11658:11914:12043:12740:12760:12895:13069:13311:13357:13439:14659:14721:14819:21060:21080:21451:30054:30070: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: books93_2c67d19ebe611 X-Filterd-Recvd-Size: 2085 Message-ID: <1485986303.22276.3.camel@perches.com> Subject: Re: [PATCH] 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: Wed, 01 Feb 2017 13:58:23 -0800 In-Reply-To: <20170201215207.GA6173@arushi-HP-Pavilion-Notebook> References: <20170201215207.GA6173@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 03:22 +0530, Arushi wrote: > This patch fixes the issue by aligning the * on each line in block comments. [] > diff --git a/drivers/staging/speakup/speakup_decpc.c b/drivers/staging/speakup/speakup_decpc.c [] > @@ -85,8 +85,8 @@ > #define CTRL_io_priority 0x0c00 /* change i/o priority */ > #define CTRL_free_mem 0x0d00 /* get free paragraphs on module */ > #define CTRL_get_lang 0x0e00 /* return bit mask of loaded > - * languages > - */ > + * languages > + */ Not correct. > diff --git a/drivers/staging/speakup/speakup_dtlk.h b/drivers/staging/speakup/speakup_dtlk.h [] > @@ -24,11 +24,11 @@ > * usec later. > */ > #define TTS_ALMOST_FULL 0x08 /* mask for AF bit: When set to 1, > - * indicates that less than 300 bytes > - * are available in the TTS input > - * buffer. AF is always 0 in the PCM, > - * TGN and CVSD modes. > - */ > + * indicates that less than 300 bytes > + * are available in the TTS input > + * buffer. AF is always 0 in the PCM, > + * TGN and CVSD modes. > + */ here too, etc...