Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752411Ab1FMMOv (ORCPT ); Mon, 13 Jun 2011 08:14:51 -0400 Received: from hrndva-omtalb.mail.rr.com ([71.74.56.125]:38799 "EHLO hrndva-omtalb.mail.rr.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752289Ab1FMMOt (ORCPT ); Mon, 13 Jun 2011 08:14:49 -0400 X-Authority-Analysis: v=1.1 cv=5asQ6euaRPJxDdFxwvXsn6JDb7fmFbz8qWDLMfa45gU= c=1 sm=0 a=Uk49GNF6wVYA:10 a=5SG0PmZfjMsA:10 a=Q9fys5e9bTEA:10 a=OPBmh+XkhLl+Enan7BmTLg==:17 a=meVymXHHAAAA:8 a=UkYykcUXkQT7XPaZuSkA:9 a=PUjeQqilurYA:10 a=jeBq3FmKZ4MA:10 a=OPBmh+XkhLl+Enan7BmTLg==:117 X-Cloudmark-Score: 0 X-Originating-IP: 67.242.120.143 Subject: Re: [PATCH 15/15] tracing/kprobes: Fix kprobe-tracer to support stack trace From: Steven Rostedt To: Ingo Molnar Cc: linux-kernel@vger.kernel.org, Andrew Morton , Frederic Weisbecker , yrl.pp-manager.tt@hitachi.com, Masami Hiramatsu , Ingo Molnar , Peter Zijlstra , Namhyung Kim In-Reply-To: <20110613115051.GE10960@elte.hu> References: <20110609172744.333794089@goodmis.org> <20110609172914.290174627@goodmis.org> <20110613102118.GF30962@elte.hu> <1307965484.9218.59.camel@gandalf.stny.rr.com> <20110613115051.GE10960@elte.hu> Content-Type: text/plain; charset="ISO-8859-15" Date: Mon, 13 Jun 2011 08:14:47 -0400 Message-ID: <1307967287.9218.64.camel@gandalf.stny.rr.com> Mime-Version: 1.0 X-Mailer: Evolution 2.32.2 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 955 Lines: 28 On Mon, 2011-06-13 at 13:50 +0200, Ingo Molnar wrote: > * Steven Rostedt wrote: > > > > > + __ftrace_trace_stack(global_trace.buffer, flags, 3, preempt_count(), > > > > + NULL); > > > > > > pointless linebreak. > > > > Again, probably to do with the 80 char limit. > > Well, the point of the 80 char limit warning these days is to force a > cleanup of the code. Breaking the line mindlessly *uglifies* the code > so it's pointless to do it. > > In terms of terminal readability line length up to 90-100 cols is > acceptable for code that is otherwise not ugly. I totally agree. I've just had arguments with others that are more 80 character nazi than I am. ;) -- Steve -- 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/