From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753043AbbEKQKc (ORCPT ); Mon, 11 May 2015 12:10:32 -0400 Received: from smtprelay0253.hostedemail.com ([216.40.44.253]:59654 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752935AbbEKQKa (ORCPT ); Mon, 11 May 2015 12:10:30 -0400 X-Session-Marker: 6A6F6540706572636865732E636F6D X-Spam-Summary: 2,0,0,,d41d8cd98f00b204,joe@perches.com,:::::::,RULES_HIT:41:355:379:541:599:988:989:1260:1277:1311:1313:1314:1345:1359:1373:1437:1515:1516:1518:1534:1539:1593:1594:1711:1730:1747:1777:1792:2393:2559:2562:2828:3138:3139:3140:3141:3142:3352:3622:3865:3866:3867:3868:3872:3873:3874:4321:5007:6261:9036:10004:10400:10848:11232:11658:11914:12517:12519:12740:13069:13311:13357:21080,0,RBL:none,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck:none,DomainCache:0,MSF:not bulk,SPF:fn,MSBL:0,DNSBL:none,Custom_rules:0:0:0 X-HE-Tag: women62_5b7993a2e6d5d X-Filterd-Recvd-Size: 1628 Message-ID: <1431360627.2884.33.camel@perches.com> Subject: Re: [PATCH v2] net: ll_temac: Use one return statement instead of two From: Joe Perches To: Michal Simek Cc: Julia Lawall , linux-kernel@vger.kernel.org, Markus Elfring Date: Mon, 11 May 2015 09:10:27 -0700 In-Reply-To: <5550CE4F.2070404@xilinx.com> References: <3a0fa74dd703db5dac4816ef15b6a512ef0f2ec0.1431353091.git.michal.simek@xilinx.com> <1431355371.2884.11.camel@perches.com> <5550CA19.8090404@xilinx.com> <1431358794.2884.17.camel@perches.com> <5550CE4F.2070404@xilinx.com> Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.12.11-0ubuntu3 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 2015-05-11 at 17:44 +0200, Michal Simek wrote: > On 05/11/2015 05:39 PM, Joe Perches wrote: > > On Mon, 2015-05-11 at 17:26 +0200, Michal Simek wrote: > >> On 05/11/2015 04:42 PM, Joe Perches wrote: > >>> On Mon, 2015-05-11 at 16:05 +0200, Michal Simek wrote: > >>>> Use one return statement instead of two to simplify the code. > >>>> Both are returning the same value. > >>> > >>> trivia and FYI: > >> > >> But still correct right? > > > > Yes. > > Does this mean that you have added me your ACK? No, I don't generally ack patches as I think it's not very useful.