From: Henne <henne@nachtwindheim.de>
To: kernel-janitors@vger.kernel.org
Subject: [KJ] Janitortask
Date: Thu, 20 Apr 2006 21:47:32 +0000 [thread overview]
Message-ID: <44480174.4090601@nachtwindheim.de> (raw)
Hi there,
if somebody is interested in a janitortask, here is one:
Like in <kerneldoc>/pci.txt mentioned, the "struct pci_device_id" in
drivers should be __devinitdata , to save place.
Each entry of that type takes 28 or 32 bits (depending on the
architecture), and many drivers are for chips with a handfull of these
entrys.
A point to start is:
cd <kernelsource>/drivers
fgrep -r "static struct pci_device_id" |grep -v "__devinitdata"
Sure it's better to look for the others like
__init/_exit/__devinit/__devexit,... too, that make that automagicially.
The ALSA-drivers have been done by me.
Best regards,
Henne
P.S.: Kerneljanitors is a great thing.
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
https://lists.osdl.org/mailman/listinfo/kernel-janitors
next reply other threads:[~2006-04-20 21:47 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-04-20 21:47 Henne [this message]
2006-04-20 22:27 ` [KJ] Janitortask Greg KH
2006-04-20 22:33 ` Henne
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=44480174.4090601@nachtwindheim.de \
--to=henne@nachtwindheim.de \
--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.