From: Andrzej Krzysztofowicz <kufel!ankry@green.mif.pg.gda.pl>
To: kufel!jaquet.dk!rasmus@green.mif.pg.gda.pl (Rasmus Andersen)
Cc: kufel!vc.cvut.cz!vandrove@green.mif.pg.gda.pl,
kufel!vger.kernel.org!linux-kernel@green.mif.pg.gda.pl
Subject: Re: [PATCH] __init -> __initdata in drivers/video/matrox/matroxfb_base.c (244ac16)
Date: Sat, 26 May 2001 03:09:51 +0200 (CEST) [thread overview]
Message-ID: <200105260109.DAA02469@kufel.dom> (raw)
In-Reply-To: <20010525231122.N851@jaquet.dk> from "Rasmus Andersen" at maj 25, 2001 11:11:22
> --- linux-244-ac11-clean/drivers/video/matrox/matroxfb_base.c Sat May 19 20:58:43 2001
> +++ linux-244-ac11/drivers/video/matrox/matroxfb_base.c Sun May 20 23:55:24 2001
> @@ -2483,7 +2483,7 @@
> return 0;
> }
>
> -static int __init initialized = 0;
> +static int __initdata initialized = 0;
It should be
static int initialized __initdata = 0;
Andrzej
prev parent reply other threads:[~2001-05-26 6:53 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-05-25 21:11 [PATCH] __init -> __initdata in drivers/video/matrox/matroxfb_base.c (244ac16) Rasmus Andersen
2001-05-26 1:09 ` Andrzej Krzysztofowicz [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=200105260109.DAA02469@kufel.dom \
--to=kufel!ankry@green.mif.pg.gda.pl \
--cc=kufel!jaquet.dk!rasmus@green.mif.pg.gda.pl \
--cc=kufel!vc.cvut.cz!vandrove@green.mif.pg.gda.pl \
--cc=kufel!vger.kernel.org!linux-kernel@green.mif.pg.gda.pl \
/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