From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jiri Olsa Subject: Re: [PATCH 3/7] perf metricgroup: Delay events string creation Date: Thu, 21 May 2020 00:10:44 +0200 Message-ID: <20200520221044.GQ157452@krava> References: <20200520072814.128267-1-irogers@google.com> <20200520072814.128267-4-irogers@google.com> <20200520131412.GK157452@krava> <20200520203409.GA26877@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20200520203409.GA26877@kernel.org> Sender: linux-kernel-owner@vger.kernel.org To: Arnaldo Carvalho de Melo Cc: Ian Rogers , Peter Zijlstra , Ingo Molnar , Mark Rutland , Alexander Shishkin , Namhyung Kim , Song Liu , Andrii Nakryiko , Kajol Jain , Andi Kleen , John Garry , Jin Yao , Kan Liang , Cong Wang , Kim Phillips , Paul Clarke , Srikar Dronamraju , LKML , Networking , bpf , linux-perf-us List-Id: linux-perf-users.vger.kernel.org On Wed, May 20, 2020 at 05:34:09PM -0300, Arnaldo Carvalho de Melo wrote: > Em Wed, May 20, 2020 at 11:22:22AM -0700, Ian Rogers escreveu: > > On Wed, May 20, 2020 at 6:14 AM Jiri Olsa wrote: > > > > break; > > > > } > > > > } > > > > + if (!ret) { > > > > > > could you please do instead: > > > > > > if (ret) > > > return ret; > > > > > > so the code below cuts down one indent level and you > > > don't need to split up the lines > > > > Done, broken out as a separate patch in v2: > > https://lore.kernel.org/lkml/20200520182011.32236-3-irogers@google.com/ > > Jiri, was this the only issue with this patchkit? I've merged already > the first one, that you acked. I'm still wondering if we can keep groups after the merge, it's in my other reply jirka