/**
  * ibmvfc_get_err_result - Find the scsi status to return for the fcp response
+ * @vhost:      ibmvfc host struct
  * @vfc_cmd:   ibmvfc command struct
  *
  * Return value:
 /**
  * ibmvfc_del_tgt - Schedule cleanup and removal of the target
  * @tgt:               ibmvfc target struct
- * @job_step:  job step to perform
- *
  **/
 static void ibmvfc_del_tgt(struct ibmvfc_target *tgt)
 {
 /**
  * ibmvfc_init_event_pool - Allocates and initializes the event pool for a host
  * @vhost:     ibmvfc host who owns the event pool
+ * @queue:      ibmvfc queue struct
+ * @size:       pool size
  *
  * Returns zero on success.
  **/
 /**
  * ibmvfc_free_event_pool - Frees memory of the event pool of a host
  * @vhost:     ibmvfc host who owns the event pool
+ * @queue:      ibmvfc queue struct
  *
  **/
 static void ibmvfc_free_event_pool(struct ibmvfc_host *vhost,
 
 /**
  * ibmvfc_gather_partition_info - Gather info about the LPAR
+ * @vhost:      ibmvfc host struct
  *
  * Return value:
  *     none
 
 /**
  * ibmvfc_get_event - Gets the next free event in pool
- * @vhost:     ibmvfc host struct
+ * @queue:      ibmvfc queue struct
  *
  * Returns a free event from the pool.
  **/
 
 /**
  * ibmvfc_timeout - Internal command timeout handler
- * @evt:       struct ibmvfc_event that timed out
+ * @t: struct ibmvfc_event that timed out
  *
  * Called when an internally generated command times out
  **/
 
 /**
  * ibmvfc_queuecommand - The queuecommand function of the scsi template
+ * @shost:     scsi host struct
  * @cmnd:      struct scsi_cmnd to be executed
- * @done:      Callback function to be called when cmnd is completed
  *
  * Returns:
  *     0 on success / other on failure
 /**
  * ibmvfc_match_rport - Match function for specified remote port
  * @evt:       ibmvfc event struct
- * @device:    device to match (rport)
+ * @rport:     device to match
  *
  * Returns:
  *     1 if event matches rport / 0 if event does not match rport
  * ibmvfc_handle_crq - Handles and frees received events in the CRQ
  * @crq:       Command/Response queue
  * @vhost:     ibmvfc host struct
+ * @evt_doneq: Event done queue
  *
- **/
+**/
 static void ibmvfc_handle_crq(struct ibmvfc_crq *crq, struct ibmvfc_host *vhost,
                              struct list_head *evt_doneq)
 {
  * ibmvfc_change_queue_depth - Change the device's queue depth
  * @sdev:      scsi device struct
  * @qdepth:    depth to set
- * @reason:    calling context
  *
  * Return value:
  *     actual depth set
 /**
  * ibmvfc_show_log_level - Show the adapter's error logging level
  * @dev:       class device struct
+ * @attr:      unused
  * @buf:       buffer
  *
  * Return value:
 /**
  * ibmvfc_store_log_level - Change the adapter's error logging level
  * @dev:       class device struct
+ * @attr:      unused
  * @buf:       buffer
+ * @count:      buffer size
  *
  * Return value:
  *     number of bytes printed to buffer
 /**
  * __ibmvfc_tgt_get_implicit_logout_evt - Allocate and init an event for implicit logout
  * @tgt:               ibmvfc target struct
+ * @done:              Routine to call when the event is responded to
  *
  * Returns:
  *     Allocated and initialized ibmvfc_event struct
 
 /**
  * ibmvfc_adisc_timeout - Handle an ADISC timeout
- * @tgt:               ibmvfc target struct
+ * @t:         ibmvfc target struct
  *
  * If an ADISC times out, send a cancel. If the cancel times
  * out, reset the CRQ. When the ADISC comes back as cancelled,
 /**
  * ibmvfc_alloc_target - Allocate and initialize an ibmvfc target
  * @vhost:             ibmvfc host struct
- * @scsi_id:   SCSI ID to allocate target for
+ * @target:            Holds SCSI ID to allocate target forand the WWPN
  *
  * Returns:
  *     0 on success / other on failure
 
 /**
  * ibmvfc_npiv_logout_done - Completion handler for NPIV Logout
- * @vhost:             ibmvfc host struct
+ * @evt:               ibmvfc event struct
  *
  **/
 static void ibmvfc_npiv_logout_done(struct ibmvfc_event *evt)