From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934439AbbGHPaS (ORCPT ); Wed, 8 Jul 2015 11:30:18 -0400 Received: from smtprelay0097.hostedemail.com ([216.40.44.97]:35001 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S932857AbbGHPaQ (ORCPT ); Wed, 8 Jul 2015 11:30:16 -0400 X-Session-Marker: 6A6F6540706572636865732E636F6D X-Spam-Summary: 2,0,0,,d41d8cd98f00b204,joe@perches.com,:::::::,RULES_HIT:41:152:355:379:541:599:800:960:973:988:989:1260:1277:1311:1313:1314:1345:1359:1373:1437:1515:1516:1518:1534:1539:1593:1594:1711:1730:1747:1777:1792:2194:2199:2393:2559:2562:3138:3139:3140:3141:3142:3352:3622:3865:3867:3868:3870:3872:3874:4321:5007:6119:6261:8660:9108:10004:10400:10848:11232:11658:11914:12517:12519:12740:13069:13148:13230:13311:13357:13894:21080:21212,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 X-HE-Tag: flesh54_3c4535aeac460 X-Filterd-Recvd-Size: 1784 Message-ID: <1436369412.2682.78.camel@perches.com> Subject: Re: [PATCH] defines modified to match the 80-char rule From: Joe Perches To: Krzysztof =?UTF-8?Q?Ha=C5=82asa?= Cc: Mario Bambagini , linux-kernel@vger.kernel.org, driverdev-devel@linuxdriverproject.org Date: Wed, 08 Jul 2015 08:30:12 -0700 In-Reply-To: References: <1435094481-32275-1-git-send-email-mario.bambagini@gmail.com> <1435818026.2487.5.camel@perches.com> <1435860103.2487.30.camel@perches.com> <1435939832.2487.64.camel@perches.com> <1436170038.2682.7.camel@perches.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.12.11-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 Mon, 2015-07-06 at 14:16 +0200, Krzysztof HaƂasa wrote: > Joe Perches writes: > > >> So, could we have the localized readability when it makes sense, > >> and the default rules when nothing else applies? > > > > Then the question becomes how local. > > The answer seems easy to me: as much as it's needed to get the best > readability. > If that means 4 or 2 custom formatted lines, great. Why not? Changing styles every few lines demands more from a reader's pattern matching capabilities. > It should be the maintainer's call anyway. It's (s)he who has to work > with the code in question most. True.