/**
  * marshal_rele_to_resize() - translate release to resize structure
- * @rele:      Source structure from which to translate/copy.
+ * @release:   Source structure from which to translate/copy.
  * @resize:    Destination structure for the translate/copy.
  */
 static void marshal_rele_to_resize(struct dk_cxlflash_release *release,
 /**
  * marshal_det_to_rele() - translate detach to release structure
  * @detach:    Destination structure for the translate/copy.
- * @rele:      Source structure from which to translate/copy.
+ * @release:   Source structure from which to translate/copy.
  */
 static void marshal_det_to_rele(struct dk_cxlflash_detach *detach,
                                struct dk_cxlflash_release *release)
 }
 
 /**
- * rhte_format1() - populates a RHTE for format 1
+ * rht_format1() - populates a RHTE for format 1
  * @rhte:      RHTE to populate.
  * @lun_id:    LUN ID of LUN associated with RHTE.
  * @perm:      Desired permissions for RHTE.