Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755373Ab3JDQ05 (ORCPT ); Fri, 4 Oct 2013 12:26:57 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:36786 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754547Ab3JDQ0z (ORCPT ); Fri, 4 Oct 2013 12:26:55 -0400 Date: Fri, 4 Oct 2013 09:26:54 -0700 From: Greg Kroah-Hartman To: Michal Simek Cc: Joe Perches , Michal Simek , linux-kernel@vger.kernel.org, Alan Tull , Pavel Machek , Dinh Nguyen , Philip Balister , Alessandro Rubini , Steffen Trumtrar , "H. Peter Anvin" , Jason Gunthorpe , Jason Cooper , Yves Vandervennet , Kyle Teske , Josh Cartwright , Rob Landley , Mauro Carvalho Chehab , Andrew Morton , Cesar Eduardo Barros , "David S. Miller" , David Brown , Samuel Ortiz , Nicolas Pitre , Mark Langsdorf , Felipe Balbi , linux-doc@vger.kernel.org Subject: Re: [RFC PATCH v2] fpga: Introduce new fpga subsystem Message-ID: <20131004162654.GA16666@kroah.com> References: <1380729996.2081.59.camel@joe-AO722> <524EE9A0.2020404@monstr.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <524EE9A0.2020404@monstr.eu> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 696 Lines: 21 On Fri, Oct 04, 2013 at 06:15:28PM +0200, Michal Simek wrote: > > Probably all of the "return ret ?: count;" uses > > would be more easily understood on 3 lines. > > This structure is also quite common in the kernel > git grep "? :" | wc -l > 415 > > git grep "?:" | wc -l > 541 And it should all be removed and fixed up properly to make it easier to read and understand. Please don't add new instances of it, I sure will not take it. greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/