Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sun, 23 Mar 2003 15:37:26 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sun, 23 Mar 2003 15:37:26 -0500 Received: from phoenix.mvhi.com ([195.224.96.167]:54030 "EHLO phoenix.infradead.org") by vger.kernel.org with ESMTP id ; Sun, 23 Mar 2003 15:37:25 -0500 Date: Sun, 23 Mar 2003 20:48:10 +0000 From: Christoph Hellwig To: Dominik Kubla Cc: Jan Dittmer , Greg KH , linux-kernel@vger.kernel.org Subject: Re: i2c-via686a driver Message-ID: <20030323204810.A11421@infradead.org> Mail-Followup-To: Christoph Hellwig , Dominik Kubla , Jan Dittmer , Greg KH , linux-kernel@vger.kernel.org References: <3E7E0B37.5060505@portrix.net> <20030323202743.A11150@infradead.org> <200303232136.10089.dominik@kubla.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200303232136.10089.dominik@kubla.de>; from dominik@kubla.de on Sun, Mar 23, 2003 at 09:36:10PM +0100 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 602 Lines: 13 On Sun, Mar 23, 2003 at 09:36:10PM +0100, Dominik Kubla wrote: > Why? It's a valid C99 feature and since the kernel already uses C99 > initializers it won't compile with compilers that choke on C99 comments > anyway. Because there's a strong preference for traditional C style in the kernel. typedefs are also a valid C feature and we try to avoid them. - 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/