From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Perches Date: Tue, 30 Aug 2016 19:19:23 +0000 Subject: Re: [PATCH 7/9] staging: sm750fb: fix block comment style issues in ddk750_chip.c Message-Id: <1472584763.5512.119.camel@perches.com> List-Id: References: <7011104f5ba6d400b550d2f25d16b1183efa0f35.1472583825.git.mgmoshes@gmail.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable To: Moshe Green , sudipm.mukherjee@gmail.com, teddy.wang@siliconmotion.com, gregkh@linuxfoundation.org Cc: linux-fbdev@vger.kernel.org, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org On Tue, 2016-08-30 at 22:05 +0300, Moshe Green wrote: > Fix block comment * prefix and trailing */ warnings found > by the checkpatch.pl tool in ddk750_chip.c. [] > diff --git a/drivers/staging/sm750fb/ddk750_chip.c b/drivers/staging/sm75= 0fb/ddk750_chip.c [] > @@ -320,8 +320,10 @@ unsigned int calcPllValue(unsigned int request_orig,= pll_value_t *pll) > =A0 int max_d =3D 6; > =A0 > =A0 if (getChipType() =3D SM750LE) { > - /* SM750LE don't have prgrammable PLL and M/N values to work on. > - Just return the requested clock. */ > + /* SM750LE don't have > + =A0* prgrammable PLL and M/N values to work on Might as well fix the programmable typo too. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756152AbcH3TT3 (ORCPT ); Tue, 30 Aug 2016 15:19:29 -0400 Received: from smtprelay0133.hostedemail.com ([216.40.44.133]:55097 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752237AbcH3TT1 (ORCPT ); Tue, 30 Aug 2016 15:19:27 -0400 X-Session-Marker: 6A6F6540706572636865732E636F6D X-Spam-Summary: 2,0,0,,d41d8cd98f00b204,joe@perches.com,:::::::::::::,RULES_HIT:41:355:379:541:599:973:988:989:1260:1277:1311:1313:1314:1345:1359:1373:1437:1515:1516:1518:1534:1539:1593:1594:1711:1730:1747:1777:1792:2393:2559:2562:2828:3138:3139:3140:3141:3142:3352:3622:3865:3867:3868:3870:4250:4321:5007:6119:7903:8957:10004:10400:10848:11026:11232:11658:11914:12043:12048:12740:13069:13255:13311:13357:13439:13894:14181:14659:14721:21080: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:3,LUA_SUMMARY:none X-HE-Tag: drug77_6f40cb053853a X-Filterd-Recvd-Size: 1702 Message-ID: <1472584763.5512.119.camel@perches.com> Subject: Re: [PATCH 7/9] staging: sm750fb: fix block comment style issues in ddk750_chip.c From: Joe Perches To: Moshe Green , sudipm.mukherjee@gmail.com, teddy.wang@siliconmotion.com, gregkh@linuxfoundation.org Cc: linux-fbdev@vger.kernel.org, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Date: Tue, 30 Aug 2016 12:19:23 -0700 In-Reply-To: References: <7011104f5ba6d400b550d2f25d16b1183efa0f35.1472583825.git.mgmoshes@gmail.com> Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.18.5.2-0ubuntu3 Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 2016-08-30 at 22:05 +0300, Moshe Green wrote: > Fix block comment * prefix and trailing */ warnings found > by the checkpatch.pl tool in ddk750_chip.c. [] > diff --git a/drivers/staging/sm750fb/ddk750_chip.c b/drivers/staging/sm750fb/ddk750_chip.c [] > @@ -320,8 +320,10 @@ unsigned int calcPllValue(unsigned int request_orig, pll_value_t *pll) >   int max_d = 6; >   >   if (getChipType() == SM750LE) { > - /* SM750LE don't have prgrammable PLL and M/N values to work on. > - Just return the requested clock. */ > + /* SM750LE don't have > +  * prgrammable PLL and M/N values to work on Might as well fix the programmable typo too.