Commit 5a330727 authored by David Binder's avatar David Binder Committed by Greg Kroah-Hartman

staging: unisys: visorhba: Make miscellaneous comment corrections

Fixes miscellaneous comment issues in visorhba_main.c.
Signed-off-by: default avatarDavid Binder <david.binder@unisys.com>
Signed-off-by: default avatarDavid Kershner <david.kershner@unisys.com>
Reviewed-by: default avatarTim Sell <timothy.sell@unisys.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent ce4617ef
......@@ -106,6 +106,7 @@ struct visorhba_devices_open {
if ((iter->channel == match->channel) && \
(iter->id == match->id) && \
(iter->lun == match->lun))
/**
* visor_thread_start - starts a thread for the device
* @threadfn: Function the thread starts
......@@ -184,7 +185,7 @@ static int add_scsipending_entry(struct visorhba_devdata *devdata,
}
/**
* del_scsipending_enty - removes an entry from the pending array
* del_scsipending_ent - removes an entry from the pending array
* @devdata: Device holding the pending array
* @del: Entry to remove
*
......@@ -212,7 +213,7 @@ static void *del_scsipending_ent(struct visorhba_devdata *devdata,
/**
* get_scsipending_cmdrsp - return the cmdrsp stored in a pending entry
* #ddata: Device holding the pending array
* @ddata: Device holding the pending array
* @ent: Entry that stores the cmdrsp
*
* Each scsipending entry has a cmdrsp in it. The cmdrsp is only valid
......@@ -1201,7 +1202,7 @@ static int visorhba_init(void)
}
/**
* visorhba_cleanup - driver exit routine
* visorhba_exit - driver exit routine
*
* Unregister driver from the bus and free up memory.
*/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment