From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michal Simek Subject: Re: [PATCH] net: ll_temac: Use one return statement instead of two Date: Mon, 11 May 2015 16:05:33 +0200 Message-ID: <5550B72D.2020004@xilinx.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Cc: , Michal Simek , =?windows-1252?Q?S=F6ren_Brinkmann?= , "Fabian Frederick" , , "David S. Miller" , =?windows-1252?Q?Manuel_Sch=F6lling?= , Markus Elfring , Subbaraya Sundeep Bhatta , To: Julia Lawall , Michal Simek Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On 05/07/2015 05:30 PM, Julia Lawall wrote: > On Thu, 7 May 2015, Michal Simek wrote: > >> From: Michal Simek >> >> Use one return statement instead of two to simplify the code. >> Both are returning the same value. >> >> Signed-off-by: Michal Simek > > The from should be the same as the signed off. You need From if you want > something different than what is naturally put by your mailer. But that > doesn't see to be the case. ok. Fixed in v2. Thanks, Michal