From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from smtprelay0208.hostedemail.com ([216.40.44.208]:47322 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S935082AbdKPRRe (ORCPT ); Thu, 16 Nov 2017 12:17:34 -0500 Message-ID: <1510852649.31559.38.camel@perches.com> Subject: Re: [PATCH 0/4] treewide: Fix line continuation formats From: Joe Perches To: Mimi Zohar , Chanwoo Choi , linux-pm@vger.kernel.org, linux-integrity@vger.kernel.org Cc: linux-kernel@vger.kernel.org, amd-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org, linux-media@vger.kernel.org, linux-security-module@vger.kernel.org Date: Thu, 16 Nov 2017 09:17:29 -0800 In-Reply-To: <1510852273.3711.448.camel@linux.vnet.ibm.com> References: <1510852273.3711.448.camel@linux.vnet.ibm.com> Content-Type: text/plain; charset="ISO-8859-1" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-media-owner@vger.kernel.org List-ID: On Thu, 2017-11-16 at 12:11 -0500, Mimi Zohar wrote: > On Thu, 2017-11-16 at 07:27 -0800, Joe Perches wrote: > > Avoid using line continations in formats as that causes unexpected > > output. > > Is having lines greater than 80 characters the preferred method? yes. > Could you add quotes before the backlash and before the first word on > the next line instead? coalesced formats are preferred.