Re: patch pci-rework-documentation-pci.txt.patch added to gregkh-2.6 tree

2007-01-17 Thread Greg KH
On Wed, Jan 17, 2007 at 10:09:08AM +0059, Jiri Slaby wrote: > [EMAIL PROTECTED] wrote: > [...] > > +Tips on when/where to use the above attributes: > > + o The module_init()/module_exit() functions (and all > > + initialization functions called _only_ from these) > > + should be marked __

Re: patch pci-rework-documentation-pci.txt.patch added to gregkh-2.6 tree

2007-01-17 Thread Jiri Slaby
[EMAIL PROTECTED] wrote: [...] > +Tips on when/where to use the above attributes: > + o The module_init()/module_exit() functions (and all > + initialization functions called _only_ from these) > + should be marked __init/__exit. > + > + o Do not mark the struct pci_driver. > +

patch pci-rework-documentation-pci.txt.patch added to gregkh-2.6 tree

2007-01-16 Thread gregkh
This is a note to let you know that I've just added the patch titled Subject: PCI: rework Documentation/pci.txt to my gregkh-2.6 tree. Its filename is pci-rework-documentation-pci.txt.patch This tree can be found at http://www.kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.