Commit 92684bfc authored by Matteo Croce's avatar Matteo Croce Committed by Martin K. Petersen

scsi: be2iscsi: lpfc: fix typo

Fix spelling mistake: "lenght" -> "length"
Signed-off-by: default avatarMatteo Croce <mcroce@redhat.com>
Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
parent 62439b48
...@@ -963,7 +963,7 @@ int beiscsi_cmd_q_destroy(struct be_ctrl_info *ctrl, struct be_queue_info *q, ...@@ -963,7 +963,7 @@ int beiscsi_cmd_q_destroy(struct be_ctrl_info *ctrl, struct be_queue_info *q,
* @ctrl: ptr to ctrl_info * @ctrl: ptr to ctrl_info
* @cq: Completion Queue * @cq: Completion Queue
* @dq: Default Queue * @dq: Default Queue
* @lenght: ring size * @length: ring size
* @entry_size: size of each entry in DEFQ * @entry_size: size of each entry in DEFQ
* @is_header: Header or Data DEFQ * @is_header: Header or Data DEFQ
* @ulp_num: Bind to which ULP * @ulp_num: Bind to which ULP
......
...@@ -4506,7 +4506,7 @@ lpfc_idiag_queacc_write(struct file *file, const char __user *buf, ...@@ -4506,7 +4506,7 @@ lpfc_idiag_queacc_write(struct file *file, const char __user *buf,
* lpfc_idiag_drbacc_read_reg - idiag debugfs read a doorbell register * lpfc_idiag_drbacc_read_reg - idiag debugfs read a doorbell register
* @phba: The pointer to hba structure. * @phba: The pointer to hba structure.
* @pbuffer: The pointer to the buffer to copy the data to. * @pbuffer: The pointer to the buffer to copy the data to.
* @len: The lenght of bytes to copied. * @len: The length of bytes to copied.
* @drbregid: The id to doorbell registers. * @drbregid: The id to doorbell registers.
* *
* Description: * Description:
...@@ -4716,7 +4716,7 @@ lpfc_idiag_drbacc_write(struct file *file, const char __user *buf, ...@@ -4716,7 +4716,7 @@ lpfc_idiag_drbacc_write(struct file *file, const char __user *buf,
* lpfc_idiag_ctlacc_read_reg - idiag debugfs read a control registers * lpfc_idiag_ctlacc_read_reg - idiag debugfs read a control registers
* @phba: The pointer to hba structure. * @phba: The pointer to hba structure.
* @pbuffer: The pointer to the buffer to copy the data to. * @pbuffer: The pointer to the buffer to copy the data to.
* @len: The lenght of bytes to copied. * @len: The length of bytes to copied.
* @drbregid: The id to doorbell registers. * @drbregid: The id to doorbell registers.
* *
* Description: * Description:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment