Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754569AbcJED7N (ORCPT ); Tue, 4 Oct 2016 23:59:13 -0400 Received: from mx2.suse.de ([195.135.220.15]:49359 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754476AbcJED7L (ORCPT ); Tue, 4 Oct 2016 23:59:11 -0400 Date: Tue, 4 Oct 2016 20:58:59 -0700 From: Davidlohr Bueso To: Peter Zijlstra Cc: mingo@kernel.org, tglx@linutronix.de, juri.lelli@arm.com, rostedt@goodmis.org, xlpang@redhat.com, bigeasy@linutronix.de, linux-kernel@vger.kernel.org, mathieu.desnoyers@efficios.com, jdesfossez@efficios.com, bristot@redhat.com Subject: Re: [RFC][PATCH 1/4] futex: Cleanup variable names for futex_top_waiter() Message-ID: <20161005035859.GD32728@linux-80c1.suse> References: <20161003091234.879763059@infradead.org> <20161003091847.447971847@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <20161003091847.447971847@infradead.org> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 283 Lines: 8 On Mon, 03 Oct 2016, Peter Zijlstra wrote: >futex_top_waiter() returns the top-waiter on the pi_mutex. Assinging >this to a variable 'match' totally obscures the code. > >Signed-off-by: Peter Zijlstra (Intel) Reviewed-by: Davidlohr Bueso