Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752917Ab3HPARo (ORCPT ); Thu, 15 Aug 2013 20:17:44 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:44189 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752540Ab3HPARn (ORCPT ); Thu, 15 Aug 2013 20:17:43 -0400 Date: Thu, 15 Aug 2013 17:19:18 -0700 From: Greg KH To: "paulmcquad@gmail.com" Cc: linux-kernel@vger.kernel.org, devel@driverdev.osuosl.org Subject: Re: [PATCH] Staging:BCM:DDRInit.c:Replacing __FUNCTION__ Message-ID: <20130816001918.GA7450@kroah.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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: 1359 Lines: 37 On Thu, Aug 15, 2013 at 10:21:29PM +0100, paulmcquad@gmail.com wrote: > > __Function__ gets replaced with __func__ > > Signed-Off-By: Paul McQuade > --- > drivers/staging/bcm/DDRInit.c | 54 > ++++++++++++++++++++--------------------- > 1 file changed, 27 insertions(+), 27 deletions(-) > > diff --git a/drivers/staging/bcm/DDRInit.c b/drivers/staging/bcm/DDRInit.c > index 8c696b6..f5eda96 100644 > --- a/drivers/staging/bcm/DDRInit.c > +++ b/drivers/staging/bcm/DDRInit.c > @@ -828,13 +828,13 @@ int ddr_init(struct bcm_mini_adapter *Adapter) > { > retval= rdmalt(Adapter,(UINT)0x0f000830, > &uiResetValue, sizeof(uiResetValue)); > if(retval < 0) { > - BCM_DEBUG_PRINT(Adapter,CMHOST, > RDM, DBG_LVL_ALL, "%s:%d RDM failed\n", __FUNCTION__, __LINE__); > + BCM_DEBUG_PRINT(Adapter, CMHOST, > RDM, DBG_LVL_ALL, "%s:%d RDM failed\n", __func__, __LINE__); This patch is line-wrapped, and can't be applied :( Can you take a look at the file, Documentation/email_clients.txt and fix up your email client so that you can send patches properly? thanks, 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/