Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752728AbbLLRLk (ORCPT ); Sat, 12 Dec 2015 12:11:40 -0500 Received: from netrider.rowland.org ([192.131.102.5]:45099 "HELO netrider.rowland.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1752643AbbLLRLj (ORCPT ); Sat, 12 Dec 2015 12:11:39 -0500 Date: Sat, 12 Dec 2015 12:11:37 -0500 (EST) From: Alan Stern X-X-Sender: stern@netrider.rowland.org To: "Geyslan G. Bem" cc: Peter Senna Tschudin , , LKML , Greg Kroah-Hartman Subject: Re: [PATCH 01/10] usb: host: ehci-sched: refactor scan_isoc function In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 922 Lines: 25 On Sat, 12 Dec 2015, Geyslan G. Bem wrote: > >> + if (q.itd->hw_transaction[uf] & > >> + ITD_ACTIVE(ehci)) > > > > The style used in this source file does not align continuation lines > > with open parens on the line above. Instead, the continuation lines > > are indented by 2 extra tabs (or maybe 1 extra if 2 would pushd them > > beyond 80 characters). > My Emacs is configured for linux indentation. I'll fix it manually. Or > have you a ready lisp for this style? :-) I don't. > Is there a doc like the Documentation/CodingStyle with this different rules? Not as far as I know. Alan Stern -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/