The Linux Kernel Mailing List
 help / color / mirror / Atom feed
From: Andrew Morton <akpm@linux-foundation.org>
To: Harvey Harrison <harvey.harrison@gmail.com>
Cc: LKML <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] alpha: remove remaining __FUNCTION__ occurances
Date: Mon, 3 Mar 2008 19:17:17 -0800	[thread overview]
Message-ID: <20080303191717.cd7d9e81.akpm@linux-foundation.org> (raw)
In-Reply-To: <1204566919.3266.18.camel@brick>

On Mon, 03 Mar 2008 09:55:19 -0800 Harvey Harrison <harvey.harrison@gmail.com> wrote:

> __FUNCTION__ is gcc-specific, use __func__
> 
> The change in pci-iommu,c should be safe as arena has not been assigned
> when we get to this point.
> 
> Some were within #if 0 blocks, have changed them and left the blocks
> as they appear to be debugging infrastructure.
> 
> A #define FN __FUNCTION__ was removed and occurances of FN were replaced
> with __func__ as well.
> 
> Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
> ---
>  arch/alpha/kernel/core_marvel.c  |    6 +++---
>  arch/alpha/kernel/core_t2.c      |   24 +++++++++---------------
>  arch/alpha/kernel/core_titan.c   |   34 +++++++++++++++++-----------------
>  arch/alpha/kernel/core_tsunami.c |   28 +++++++++++++---------------
>  arch/alpha/kernel/pci.c          |    2 +-
>  arch/alpha/kernel/pci_iommu.c    |   34 +++++++++++++++-------------------
>  arch/alpha/kernel/smp.c          |    4 ++--
>  arch/alpha/kernel/srm_env.c      |    2 +-
>  arch/alpha/kernel/sys_alcor.c    |    2 +-
>  arch/alpha/kernel/sys_marvel.c   |   12 ++++++------
>  arch/alpha/kernel/sys_sable.c    |    6 +++---
>  arch/alpha/kernel/sys_sio.c      |    2 +-
>  drivers/video/i810/i810_main.c   |   32 +++++++++-----------------------

this stray-random-apparently-shouldnt-be-there change to i810_main.c
causes it to not compile.


      reply	other threads:[~2008-03-04  3:17 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-03 17:55 [PATCH] alpha: remove remaining __FUNCTION__ occurances Harvey Harrison
2008-03-04  3:17 ` Andrew Morton [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080303191717.cd7d9e81.akpm@linux-foundation.org \
    --to=akpm@linux-foundation.org \
    --cc=harvey.harrison@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox