1 May 2006 05:56
[PATCH] fix libata kernel-doc warnings
Randy.Dunlap <rdunlap <at> xenotime.net>
2006-05-01 03:56:54 GMT
2006-05-01 03:56:54 GMT
From: Randy Dunlap <rdunlap <at> xenotime.net> Fix kernel-doc warnings in libata-core. Signed-off-by: Randy Dunlap <rdunlap <at> xenotime.net> --- drivers/scsi/libata-core.c | 6 ++++++ 1 files changed, 6 insertions(+) --- linux-2617-rc3.orig/drivers/scsi/libata-core.c +++ linux-2617-rc3/drivers/scsi/libata-core.c <at> <at> -864,6 +864,9 <at> <at> static unsigned int ata_id_xfermask(cons /** * ata_port_queue_task - Queue port_task * <at> ap: The ata_port to queue port_task for + * <at> fn: workqueue function to call + * <at> data: workqueue function parameter + * <at> delay: jiffies to delay before calling <at> fn * * Schedule <at> fn( <at> data) for execution after <at> delay jiffies using * port_task. There is one port_task per port and it's the <at> <at> -2739,6 +2742,8 <at> <at> static unsigned int ata_dev_set_xfermode * ata_dev_init_params - Issue INIT DEV PARAMS command * <at> ap: Port associated with device <at> dev * <at> dev: Device to which command will be sent + * <at> heads: Number of heads + * <at> sectors: Number of sectors per track * * LOCKING: * Kernel thread context (may sleep)(Continue reading)
RSS Feed