From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnaldo Carvalho de Melo Subject: Re: [PATCH] perf test: Use header file util/debug.h Date: Mon, 28 May 2018 14:28:00 -0300 Message-ID: <20180528172800.GE25467@kernel.org> References: <20180528134817.36643-1-tmricht@linux.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20180528134817.36643-1-tmricht@linux.ibm.com> Sender: linux-kernel-owner@vger.kernel.org To: Thomas Richter Cc: linux-kernel@vger.kernel.org, linux-perf-users@vger.kernel.org, brueckner@linux.vnet.ibm.com, schwidefsky@de.ibm.com, heiko.carstens@de.ibm.com List-Id: linux-perf-users.vger.kernel.org Em Mon, May 28, 2018 at 03:48:17PM +0200, Thomas Richter escreveu: > Use the header file util/debug.h instead of > declaration of verbose variable. Thanks, applied. - Arnaldo