All of lore.kernel.org
 help / color / mirror / Atom feed
* [KJ] Janitortask
@ 2006-04-20 21:47 Henne
  2006-04-20 22:27 ` Greg KH
  2006-04-20 22:33 ` Henne
  0 siblings, 2 replies; 3+ messages in thread
From: Henne @ 2006-04-20 21:47 UTC (permalink / raw)
  To: kernel-janitors

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-04-20 22:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-20 21:47 [KJ] Janitortask Henne
2006-04-20 22:27 ` Greg KH
2006-04-20 22:33 ` Henne

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.