patch-2.3.46 linux/include/linux/parport.h

Next file: linux/include/linux/raid/md_k.h
Previous file: linux/include/linux/nfsd/nfsd.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.45/linux/include/linux/parport.h linux/include/linux/parport.h
@@ -345,11 +345,11 @@
 extern void parport_unregister_driver (struct parport_driver *);
 
 /* parport_register_device declares that a device is connected to a
-   port, and tells the kernel all it needs to know.  pf is the
-   preemption function (may be NULL for no callback) kf is the wake-up
-   function (may be NULL for no callback) irq_func is the interrupt
-   handler (may be NULL for no interrupts) handle is a user pointer
-   that gets handed to callback functions.  */
+   port, and tells the kernel all it needs to know.
+   - pf is the preemption function (may be NULL for no callback)
+   - kf is the wake-up function (may be NULL for no callback)
+   - irq_func is the interrupt handler (may be NULL for no interrupts)
+   - handle is a user pointer that gets handed to callback functions.  */
 struct pardevice *parport_register_device(struct parport *port, 
 			  const char *name,
 			  int (*pf)(void *), void (*kf)(void *),

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)