@@ -2541,7 +2541,7 @@ lpfc_sriov_hw_max_virtfn_show(struct device *dev,
25412541
25422542/**
25432543 * lpfc_enable_bbcr_set: Sets an attribute value.
2544- * @phba: pointer the the adapter structure.
2544+ * @phba: pointer to the adapter structure.
25452545 * @val: integer attribute value.
25462546 *
25472547 * Description:
@@ -2632,7 +2632,7 @@ lpfc_##attr##_show(struct device *dev, struct device_attribute *attr, \
26322632 * takes a default argument, a minimum and maximum argument.
26332633 *
26342634 * lpfc_##attr##_init: Initializes an attribute.
2635- * @phba: pointer the the adapter structure.
2635+ * @phba: pointer to the adapter structure.
26362636 * @val: integer attribute value.
26372637 *
26382638 * Validates the min and max values then sets the adapter config field
@@ -2665,7 +2665,7 @@ lpfc_##attr##_init(struct lpfc_hba *phba, uint val) \
26652665 * into a function with the name lpfc_hba_queue_depth_set
26662666 *
26672667 * lpfc_##attr##_set: Sets an attribute value.
2668- * @phba: pointer the the adapter structure.
2668+ * @phba: pointer to the adapter structure.
26692669 * @val: integer attribute value.
26702670 *
26712671 * Description:
@@ -2794,7 +2794,7 @@ lpfc_##attr##_show(struct device *dev, struct device_attribute *attr, \
27942794 * lpfc_##attr##_init: validates the min and max values then sets the
27952795 * adapter config field accordingly, or uses the default if out of range
27962796 * and prints an error message.
2797- * @phba: pointer the the adapter structure.
2797+ * @phba: pointer to the adapter structure.
27982798 * @val: integer attribute value.
27992799 *
28002800 * Returns:
@@ -2826,7 +2826,7 @@ lpfc_##attr##_init(struct lpfc_vport *vport, uint val) \
28262826 * lpfc_##attr##_set: validates the min and max values then sets the
28272827 * adapter config field if in the valid range. prints error message
28282828 * and does not set the parameter if invalid.
2829- * @phba: pointer the the adapter structure.
2829+ * @phba: pointer to the adapter structure.
28302830 * @val: integer attribute value.
28312831 *
28322832 * Returns:
0 commit comments