From: "Stephen Biggs" <yrgrknmxpzlk@gawab.com>
To: kernel-janitors@vger.kernel.org
Subject: Re: [KJ] [PATCH][RESUBMIT][17/21] include/linux/* - compile warning
Date: Tue, 15 Feb 2005 06:41:23 +0000 [thread overview]
Message-ID: <4211B5B3.19272.158650@localhost> (raw)
In-Reply-To: <42113C2D.26296.52C286@localhost>
[-- Attachment #1: Mail message body --]
[-- Type: text/plain, Size: 1065 bytes --]
On 14 Feb 2005 at 14:31, Greg KH wrote:
> On Tue, Feb 15, 2005 at 12:02:53AM +0200, Stephen Biggs wrote:
> > diff -Nurdp -X dontdiff-osdl linux-2.6.11-rc3-mm2-original/include/linux/module.h linux-2.6.11-rc3-mm2/include/linux/module.h
> > --- linux-2.6.11-rc3-mm2-original/include/linux/module.h 2005-02-12 12:06:39.000000000 +0200
> > +++ linux-2.6.11-rc3-mm2/include/linux/module.h 2005-02-13 23:23:16.000000000 +0200
> > @@ -84,7 +84,10 @@ extern const struct gtype##_id __mod_##g
> > extern struct module __this_module;
> > #define THIS_MODULE (&__this_module)
> > #else /* !MODULE */
> > -#define MODULE_GENERIC_TABLE(gtype,name)
> > +#define MODULE_GENERIC_TABLE(gtype,name) \
> > +extern const struct gtype##_id __not_mod_##name##_unused \
> > + __attribute__ ((unused, weak, alias(__stringify(name))))
> > +
> > #define THIS_MODULE ((struct module *)0)
> > #endif
>
> Yeah, nice job with this.
>
> But split it out into a separate patch (remember, one patch per
> individual "thing" you want to change.)
Done.
>
> thanks,
>
> greg k-h
>
[-- Attachment #2: Type: text/plain, Size: 167 bytes --]
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
http://lists.osdl.org/mailman/listinfo/kernel-janitors
prev parent reply other threads:[~2005-02-15 6:41 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-02-14 22:02 [KJ] [PATCH][RESUBMIT][17/21] include/linux/* - compile warning Stephen Biggs
2005-02-14 22:31 ` Greg KH
2005-02-15 6:41 ` Stephen Biggs [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=4211B5B3.19272.158650@localhost \
--to=yrgrknmxpzlk@gawab.com \
--cc=kernel-janitors@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 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.