All of lore.kernel.org
 help / color / mirror / Atom feed
From: Adrian Bunk <bunk@kernel.org>
To: "Robert P. J. Day" <rpjday@mindspring.com>
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: what is the value of the macro "__setup_param"?
Date: Fri, 24 Aug 2007 11:37:38 +0200	[thread overview]
Message-ID: <20070824093738.GA30705@stusta.de> (raw)
In-Reply-To: <Pine.LNX.4.64.0708240516080.14019@localhost.localdomain>

On Fri, Aug 24, 2007 at 05:19:29AM -0400, Robert P. J. Day wrote:
> 
>   perhaps i'm missing it, but it seems that the macro __setup_param is
> entirely superfluous:
> 
> $ grep -rw __setup_param *
> include/linux/init.h:#define __setup_param(str, unique_id, fn, early)      \
> include/linux/init.h:   __setup_param(str, unique_id, NULL, 0)
> include/linux/init.h:   __setup_param(str, fn, fn, 0)
> include/linux/init.h:   __setup_param(str, fn, fn, 1)
> include/linux/init.h:#define __setup_param(str, unique_id, fn)  /* nothing */
> $
> 
> or am i must misreading something badly?

You miss that the inner 3 lines of your grep result are the usages...

> rday

cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed


  reply	other threads:[~2007-08-24  9:38 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-08-24  9:19 what is the value of the macro "__setup_param"? Robert P. J. Day
2007-08-24  9:37 ` Adrian Bunk [this message]
2007-08-24  9:32   ` Robert P. J. Day
2007-08-24  9:50 ` Paul Mundt
2007-08-24  9:49   ` Robert P. J. Day
2007-08-24 10:02     ` Paul Mundt
2007-08-24 10:01       ` Robert P. J. Day
2007-08-24 11:29       ` Satyam Sharma

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=20070824093738.GA30705@stusta.de \
    --to=bunk@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rpjday@mindspring.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.