From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932313AbcITHHr (ORCPT ); Tue, 20 Sep 2016 03:07:47 -0400 Received: from mx1.redhat.com ([209.132.183.28]:40732 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932227AbcITHHp (ORCPT ); Tue, 20 Sep 2016 03:07:45 -0400 Date: Tue, 20 Sep 2016 09:07:42 +0200 From: Jiri Olsa To: Namhyung Kim Cc: Arnaldo Carvalho de Melo , Ingo Molnar , Peter Zijlstra , Jiri Olsa , LKML , Andi Kleen Subject: Re: [PATCH 2/3] perf hists: Factor out hists__reset_column_width() Message-ID: <20160920070742.GB6538@krava> References: <20160920053025.13989-1-namhyung@kernel.org> <20160920053025.13989-2-namhyung@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160920053025.13989-2-namhyung@kernel.org> User-Agent: Mutt/1.7.0 (2016-08-17) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.38]); Tue, 20 Sep 2016 07:07:45 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Sep 20, 2016 at 02:30:24PM +0900, Namhyung Kim wrote: > The stdio and tui has same code to reset hpp format column width. > Factor it out as a new function. > > Suggested-by: Jiri Olsa > Signed-off-by: Namhyung Kim Acked-by: Jiri Olsa thanks, jirka