From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755542Ab2F1QWJ (ORCPT ); Thu, 28 Jun 2012 12:22:09 -0400 Received: from mail-gh0-f174.google.com ([209.85.160.174]:49120 "EHLO mail-gh0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751275Ab2F1QWH (ORCPT ); Thu, 28 Jun 2012 12:22:07 -0400 Date: Thu, 28 Jun 2012 13:22:02 -0300 From: Arnaldo Carvalho de Melo To: Namhyung Kim Cc: Steven Rostedt , Frederic Weisbecker , Peter Zijlstra , Ingo Molnar , LKML , Namhyung Kim Subject: Re: [PATCH 3/4] tools lib traceevent: Use local variable 'field' Message-ID: <20120628162202.GA6475@infradead.org> References: <1340757701-10711-1-git-send-email-namhyung@kernel.org> <1340757701-10711-3-git-send-email-namhyung@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1340757701-10711-3-git-send-email-namhyung@kernel.org> X-Url: http://acmel.wordpress.com User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Wed, Jun 27, 2012 at 09:41:40AM +0900, Namhyung Kim escreveu: > From: Namhyung Kim > > Use local variable 'field' to reduce typing. It is needed > by later patch not to exceed 80 column. Thanks, applied to perf/core. - Arnaldo