/**
  * process_hrrq() - process the read-response queue
- * @afu:       AFU associated with the host.
+ * @hwq:       HWQ associated with the host.
  * @doneq:     Queue of commands harvested from the RRQ.
  * @budget:    Threshold of RRQ entries to process.
  *
 /**
  * init_mc() - create and register as the master context
  * @cfg:       Internal structure associated with the host.
- * index:      HWQ Index of the master context.
+ * @index:     HWQ Index of the master context.
  *
  * Return: 0 on success, -errno on failure
  */
 /**
  * cxlflash_lun_provision() - host LUN provisioning handler
  * @cfg:       Internal structure associated with the host.
- * @arg:       Kernel copy of userspace ioctl data structure.
+ * @lunprov:   Kernel copy of userspace ioctl data structure.
  *
  * Return: 0 on success, -errno on failure
  */
 /**
  * cxlflash_afu_debug() - host AFU debug handler
  * @cfg:       Internal structure associated with the host.
- * @arg:       Kernel copy of userspace ioctl data structure.
+ * @afu_dbg:   Kernel copy of userspace ioctl data structure.
  *
  * For debug requests requiring a data buffer, always provide an aligned
  * (cache line) buffer to the AFU to appease any alignment requirements.