Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755660AbYBYAF0 (ORCPT ); Sun, 24 Feb 2008 19:05:26 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752068AbYBYAFO (ORCPT ); Sun, 24 Feb 2008 19:05:14 -0500 Received: from 136-022.dsl.labridge.com ([206.117.136.22]:1951 "EHLO mail.perches.com" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1751694AbYBYAFM (ORCPT ); Sun, 24 Feb 2008 19:05:12 -0500 Subject: Re: [PATCH 2/3] IDE: Replace __FUNCTION__ with __func__ From: Joe Perches To: Paolo Ciarrocchi Cc: Bartlomiej Zolnierkiewicz , Linux Kernel , linux-ide In-Reply-To: <20080224221113.5ddfe371@paolo-desktop> References: <20080224221113.5ddfe371@paolo-desktop> Content-Type: text/plain Date: Sun, 24 Feb 2008 16:04:48 -0800 Message-Id: <1203897888.19319.143.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.12.0-2mdv2008.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 515 Lines: 14 On Sun, 2008-02-24 at 22:11 +0100, Paolo Ciarrocchi wrote: > - "driver.\n", __FUNCTION__, drive->name); > + "driver.\n", __func__, drive->name); Is there consensus on this style conversion? Right now, there's 629 uses of __FUNCTION__ and 439 uses of __func__. -- 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/