From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1423791AbdDUScv (ORCPT ); Fri, 21 Apr 2017 14:32:51 -0400 Received: from smtprelay0216.hostedemail.com ([216.40.44.216]:51509 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1423255AbdDUScj (ORCPT ); Fri, 21 Apr 2017 14:32:39 -0400 X-Session-Marker: 6A6F6540706572636865732E636F6D X-Spam-Summary: 2,0,0,,d41d8cd98f00b204,joe@perches.com,:::::::::::::::,RULES_HIT:41:355:379:541:599:960:973:982:988:989:1260:1277:1311:1313:1314:1345:1359:1373:1437:1515:1516:1518:1534:1540:1593:1594:1711:1730:1747:1777:1792:2393:2553:2559:2562:2828:2892:3138:3139:3140:3141:3142:3352:3622:3865:3867:3868:3870:3871:3872:3874:4321:5007:7576:8957:10004:10400:10848:10967:11232:11658:11914:12043:12663:12740:12760:12895:13069:13161:13163:13229:13311:13357:13439:14181:14659:14721:21080:21212:21433:21451:30012:30054:30075:30090:30091,0,RBL:none,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck:none,DomainCache:0,MSF:not bulk,SPF:,MSBL:0,DNSBL:none,Custom_rules:0:0:0,LFtime:102,LUA_SUMMARY:none X-HE-Tag: fall71_8d500c8b51f21 X-Filterd-Recvd-Size: 1912 Message-ID: <1492798969.30293.28.camel@perches.com> Subject: Re: [PATCH 2/2] n2rng: Combine substrings for two messages in n2rng_probe() From: Joe Perches To: Herbert Xu , SF Markus Elfring Cc: linux-crypto@vger.kernel.org, "David S. Miller" , Matt Mackall , Shannon Nelson , LKML , kernel-janitors@vger.kernel.org Date: Fri, 21 Apr 2017 11:22:49 -0700 In-Reply-To: <20170421113641.GA14100@gondor.apana.org.au> References: <4d9fbb01-e12f-eb5c-7ecd-5a2a10fd5110@users.sourceforge.net> <20170421113641.GA14100@gondor.apana.org.au> Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.22.6-1ubuntu1 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 Fri, 2017-04-21 at 19:36 +0800, Herbert Xu wrote: > On Wed, Apr 19, 2017 at 11:11:35AM +0200, SF Markus Elfring wrote: > > From: Markus Elfring > > Date: Wed, 19 Apr 2017 10:50:04 +0200 > > > > The script "checkpatch.pl" pointed information out like the following. > > > > WARNING: quoted string split across lines > > > > Thus fix the affected source code places. > > > > Signed-off-by: Markus Elfring > > This patch doesn't seem to add any value so I'm not taking it. Your choice. The general reason to merge strings is in CodingStyle 2) Breaking long lines and strings [] never break user-visible strings such as printk messages, because that breaks the ability to grep for them.