Re: [patch] pci.c inline documentation

2000-12-17 Thread Tim Waugh
On Sat, Dec 16, 2000 at 05:37:51PM +0200, Jani Monoses wrote: > + * Otherwise if @from is not %NULL, searches continue from that point. Searches continue from the next one I think. > + * pci_register_driver - register a new pci driver [...] > + * pci_unregister_driver - unregister a pci driver

[patch] pci.c inline documentation

2000-12-16 Thread Jani Monoses
Hi Martin, all this patch fixes some of the problems of the inline docs in pci.c and adds docs to other 10 functions. Could you comment on the comments :-) ? Jani. --- /usr/src/linux/drivers/pci/pci.c.ol Sat Dec 16 16:11:21 2000 +++ pci.c Sat Dec 16 17:17:26 2000 @@ -40,10 +40,12