From mboxrd@z Thu Jan 1 00:00:00 1970 From: michal.simek@xilinx.com (Michal Simek) Date: Mon, 11 May 2015 16:05:33 +0200 Subject: [PATCH] net: ll_temac: Use one return statement instead of two In-Reply-To: References: Message-ID: <5550B72D.2020004@xilinx.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.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