[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <a05dc916-a594-0342-6be3-08701473950c@infradead.org>
Date: Mon, 22 Mar 2021 11:59:25 -0700
From: Randy Dunlap <rdunlap@...radead.org>
To: samirweng1979 <samirweng1979@....com>, james.smart@...adcom.com,
dick.kennedy@...adcom.com, jejb@...ux.ibm.com,
martin.petersen@...cle.com
Cc: linux-scsi@...r.kernel.org, linux-kernel@...r.kernel.org,
wengjianfeng <wengjianfeng@...ong.com>
Subject: Re: [PATCH] scsi: lpfc: Fix some typo error
On 3/22/21 12:56 AM, samirweng1979 wrote:
> From: wengjianfeng <wengjianfeng@...ong.com>
>
> change 'lenth' to 'length'.
>
> Signed-off-by: wengjianfeng <wengjianfeng@...ong.com>
Acked-by: Randy Dunlap <rdunlap@...radead.org>
> ---
> drivers/scsi/lpfc/lpfc_debugfs.c | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/drivers/scsi/lpfc/lpfc_debugfs.c b/drivers/scsi/lpfc/lpfc_debugfs.c
> index 8c23806..658a962 100644
> --- a/drivers/scsi/lpfc/lpfc_debugfs.c
> +++ b/drivers/scsi/lpfc/lpfc_debugfs.c
> @@ -5154,7 +5154,7 @@ static int lpfc_idiag_cmd_get(const char __user *buf, size_t nbytes,
> * This routine is to get the available extent information.
> *
> * Returns:
> - * overall lenth of the data read into the internal buffer.
> + * overall length of the data read into the internal buffer.
> **/
> static int
> lpfc_idiag_extacc_avail_get(struct lpfc_hba *phba, char *pbuffer, int len)
> @@ -5205,7 +5205,7 @@ static int lpfc_idiag_cmd_get(const char __user *buf, size_t nbytes,
> * This routine is to get the allocated extent information.
> *
> * Returns:
> - * overall lenth of the data read into the internal buffer.
> + * overall length of the data read into the internal buffer.
> **/
> static int
> lpfc_idiag_extacc_alloc_get(struct lpfc_hba *phba, char *pbuffer, int len)
> @@ -5277,7 +5277,7 @@ static int lpfc_idiag_cmd_get(const char __user *buf, size_t nbytes,
> * This routine is to get the driver extent information.
> *
> * Returns:
> - * overall lenth of the data read into the internal buffer.
> + * overall length of the data read into the internal buffer.
> **/
> static int
> lpfc_idiag_extacc_drivr_get(struct lpfc_hba *phba, char *pbuffer, int len)
>
--
~Randy
Powered by blists - more mailing lists