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
}
/**
- * 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
*
/**
* 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
}
/**
- * visorhba_cleanup - driver exit routine
+ * visorhba_exit - driver exit routine
*
* Unregister driver from the bus and free up memory.
*/