From: Laurence Oberman <loberman@redhat.com>
To: mgandhi@redhat.com
Cc: linux-scsi@vger.kernel.org, kernel-janitors@vger.kernel.org,
james smart <james.smart@avagotech.com>,
dick kennedy <dick.kennedy@avagotech.com>
Subject: Re: [PATCH] Fix few small typos in lpfc_scsi.c
Date: Sun, 25 Sep 2016 18:44:50 +0000 [thread overview]
Message-ID: <480447687.1187225.1474829090208.JavaMail.zimbra@redhat.com> (raw)
In-Reply-To: <33fbff46-9dad-9ae7-e08e-5fc0ec2c890f@redhat.com>
----- Original Message -----
> From: "Milan P. Gandhi" <mgandhi@redhat.com>
> To: linux-scsi@vger.kernel.org, kernel-janitors@vger.kernel.org, "james smart" <james.smart@avagotech.com>, "dick
> kennedy" <dick.kennedy@avagotech.com>
> Sent: Sunday, September 25, 2016 11:58:41 AM
> Subject: [PATCH] Fix few small typos in lpfc_scsi.c
>
> This patch does a cleanup and fixes few small typos in lpfc_scsi.c
>
> Signed-off-by: Milan P. Gandhi <mgandhi@redhat.com>
> ---
>
> drivers/scsi/lpfc/lpfc_scsi.c | 21 ++++++++++++---------
> 1 file changed, 12 insertions(+), 9 deletions(-)
>
> diff --git a/drivers/scsi/lpfc/lpfc_scsi.c b/drivers/scsi/lpfc/lpfc_scsi.c
> index d197aa1..ca56f28 100644
> --- a/drivers/scsi/lpfc/lpfc_scsi.c
> +++ b/drivers/scsi/lpfc/lpfc_scsi.c
> @@ -607,7 +607,7 @@ lpfc_sli4_fcp_xri_aborted(struct lpfc_hba *phba,
> }
>
> /**
> - * lpfc_sli4_post_scsi_sgl_list - Psot blocks of scsi buffer sgls from a
> list
> + * lpfc_sli4_post_scsi_sgl_list - Post blocks of scsi buffer sgls from a
> list
> * @phba: pointer to lpfc hba data structure.
> * @post_sblist: pointer to the scsi buffer list.
> *
> @@ -736,7 +736,7 @@ lpfc_sli4_post_scsi_sgl_list(struct lpfc_hba *phba,
> }
>
> /**
> - * lpfc_sli4_repost_scsi_sgl_list - Repsot all the allocated scsi buffer
> sgls
> + * lpfc_sli4_repost_scsi_sgl_list - Repost all the allocated scsi buffer
> sgls
> * @phba: pointer to lpfc hba data structure.
> *
> * This routine walks the list of scsi buffers that have been allocated and
> @@ -857,7 +857,7 @@ lpfc_new_scsi_buf_s4(struct lpfc_vport *vport, int
> num_to_alloc)
> psb->data, psb->dma_handle);
> kfree(psb);
> lpfc_printf_log(phba, KERN_ERR, LOG_FCP,
> - "3368 Failed to allocated IOTAG for"
> + "3368 Failed to allocate IOTAG for"
> " XRI:0x%x\n", lxri);
> lpfc_sli4_free_xri(phba, lxri);
> break;
> @@ -1136,7 +1136,7 @@ lpfc_release_scsi_buf(struct lpfc_hba *phba, struct
> lpfc_scsi_buf *psb)
> *
> * This routine does the pci dma mapping for scatter-gather list of scsi
> cmnd
> * field of @lpfc_cmd for device with SLI-3 interface spec. This routine
> scans
> - * through sg elements and format the bdea. This routine also initializes
> all
> + * through sg elements and format the bde. This routine also initializes all
> * IOCB fields which are dependent on scsi command request buffer.
> *
> * Return codes:
> @@ -1269,13 +1269,16 @@ lpfc_scsi_prep_dma_buf_s3(struct lpfc_hba *phba,
> struct lpfc_scsi_buf *lpfc_cmd)
>
> #ifdef CONFIG_SCSI_LPFC_DEBUG_FS
>
> -/* Return if if error injection is detected by Initiator */
> +/* Return BG_ERR_INIT if error injection is detected by Initiator */
> #define BG_ERR_INIT 0x1
> -/* Return if if error injection is detected by Target */
> +/* Return BG_ERR_TGT if error injection is detected by Target */
> #define BG_ERR_TGT 0x2
> -/* Return if if swapping CSUM<-->CRC is required for error injection */
> +/* Return BG_ERR_SWAP if swapping CSUM<-->CRC is required for error
> injection */
> #define BG_ERR_SWAP 0x10
> -/* Return if disabling Guard/Ref/App checking is required for error
> injection */
> +/**
> + * Return BG_ERR_CHECK if disabling Guard/Ref/App checking is required for
> + * error injection
> + **/
> #define BG_ERR_CHECK 0x20
>
> /**
> @@ -4822,7 +4825,7 @@ wait_for_cmpl:
> ret = FAILED;
> lpfc_printf_vlog(vport, KERN_ERR, LOG_FCP,
> "0748 abort handler timed out waiting "
> - "for abortng I/O (xri:x%x) to complete: "
> + "for aborting I/O (xri:x%x) to complete: "
> "ret %#x, ID %d, LUN %llu\n",
> iocb->sli4_xritag, ret,
> cmnd->device->id, cmnd->device->lun);
> --
> To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
Looks good to me
Reviewed-by Laurence Oberman <loberman@redhat.com>
WARNING: multiple messages have this Message-ID (diff)
From: Laurence Oberman <loberman@redhat.com>
To: mgandhi@redhat.com
Cc: linux-scsi@vger.kernel.org, kernel-janitors@vger.kernel.org,
james smart <james.smart@avagotech.com>,
dick kennedy <dick.kennedy@avagotech.com>
Subject: Re: [PATCH] Fix few small typos in lpfc_scsi.c
Date: Sun, 25 Sep 2016 14:44:50 -0400 (EDT) [thread overview]
Message-ID: <480447687.1187225.1474829090208.JavaMail.zimbra@redhat.com> (raw)
In-Reply-To: <33fbff46-9dad-9ae7-e08e-5fc0ec2c890f@redhat.com>
----- Original Message -----
> From: "Milan P. Gandhi" <mgandhi@redhat.com>
> To: linux-scsi@vger.kernel.org, kernel-janitors@vger.kernel.org, "james smart" <james.smart@avagotech.com>, "dick
> kennedy" <dick.kennedy@avagotech.com>
> Sent: Sunday, September 25, 2016 11:58:41 AM
> Subject: [PATCH] Fix few small typos in lpfc_scsi.c
>
> This patch does a cleanup and fixes few small typos in lpfc_scsi.c
>
> Signed-off-by: Milan P. Gandhi <mgandhi@redhat.com>
> ---
>
> drivers/scsi/lpfc/lpfc_scsi.c | 21 ++++++++++++---------
> 1 file changed, 12 insertions(+), 9 deletions(-)
>
> diff --git a/drivers/scsi/lpfc/lpfc_scsi.c b/drivers/scsi/lpfc/lpfc_scsi.c
> index d197aa1..ca56f28 100644
> --- a/drivers/scsi/lpfc/lpfc_scsi.c
> +++ b/drivers/scsi/lpfc/lpfc_scsi.c
> @@ -607,7 +607,7 @@ lpfc_sli4_fcp_xri_aborted(struct lpfc_hba *phba,
> }
>
> /**
> - * lpfc_sli4_post_scsi_sgl_list - Psot blocks of scsi buffer sgls from a
> list
> + * lpfc_sli4_post_scsi_sgl_list - Post blocks of scsi buffer sgls from a
> list
> * @phba: pointer to lpfc hba data structure.
> * @post_sblist: pointer to the scsi buffer list.
> *
> @@ -736,7 +736,7 @@ lpfc_sli4_post_scsi_sgl_list(struct lpfc_hba *phba,
> }
>
> /**
> - * lpfc_sli4_repost_scsi_sgl_list - Repsot all the allocated scsi buffer
> sgls
> + * lpfc_sli4_repost_scsi_sgl_list - Repost all the allocated scsi buffer
> sgls
> * @phba: pointer to lpfc hba data structure.
> *
> * This routine walks the list of scsi buffers that have been allocated and
> @@ -857,7 +857,7 @@ lpfc_new_scsi_buf_s4(struct lpfc_vport *vport, int
> num_to_alloc)
> psb->data, psb->dma_handle);
> kfree(psb);
> lpfc_printf_log(phba, KERN_ERR, LOG_FCP,
> - "3368 Failed to allocated IOTAG for"
> + "3368 Failed to allocate IOTAG for"
> " XRI:0x%x\n", lxri);
> lpfc_sli4_free_xri(phba, lxri);
> break;
> @@ -1136,7 +1136,7 @@ lpfc_release_scsi_buf(struct lpfc_hba *phba, struct
> lpfc_scsi_buf *psb)
> *
> * This routine does the pci dma mapping for scatter-gather list of scsi
> cmnd
> * field of @lpfc_cmd for device with SLI-3 interface spec. This routine
> scans
> - * through sg elements and format the bdea. This routine also initializes
> all
> + * through sg elements and format the bde. This routine also initializes all
> * IOCB fields which are dependent on scsi command request buffer.
> *
> * Return codes:
> @@ -1269,13 +1269,16 @@ lpfc_scsi_prep_dma_buf_s3(struct lpfc_hba *phba,
> struct lpfc_scsi_buf *lpfc_cmd)
>
> #ifdef CONFIG_SCSI_LPFC_DEBUG_FS
>
> -/* Return if if error injection is detected by Initiator */
> +/* Return BG_ERR_INIT if error injection is detected by Initiator */
> #define BG_ERR_INIT 0x1
> -/* Return if if error injection is detected by Target */
> +/* Return BG_ERR_TGT if error injection is detected by Target */
> #define BG_ERR_TGT 0x2
> -/* Return if if swapping CSUM<-->CRC is required for error injection */
> +/* Return BG_ERR_SWAP if swapping CSUM<-->CRC is required for error
> injection */
> #define BG_ERR_SWAP 0x10
> -/* Return if disabling Guard/Ref/App checking is required for error
> injection */
> +/**
> + * Return BG_ERR_CHECK if disabling Guard/Ref/App checking is required for
> + * error injection
> + **/
> #define BG_ERR_CHECK 0x20
>
> /**
> @@ -4822,7 +4825,7 @@ wait_for_cmpl:
> ret = FAILED;
> lpfc_printf_vlog(vport, KERN_ERR, LOG_FCP,
> "0748 abort handler timed out waiting "
> - "for abortng I/O (xri:x%x) to complete: "
> + "for aborting I/O (xri:x%x) to complete: "
> "ret %#x, ID %d, LUN %llu\n",
> iocb->sli4_xritag, ret,
> cmnd->device->id, cmnd->device->lun);
> --
> To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
Looks good to me
Reviewed-by Laurence Oberman <loberman@redhat.com>
next prev parent reply other threads:[~2016-09-25 18:44 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-25 15:58 [PATCH] Fix few small typos in lpfc_scsi.c Milan P. Gandhi
2016-09-25 15:58 ` Milan P. Gandhi
2016-09-25 18:44 ` Laurence Oberman [this message]
2016-09-25 18:44 ` Laurence Oberman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=480447687.1187225.1474829090208.JavaMail.zimbra@redhat.com \
--to=loberman@redhat.com \
--cc=dick.kennedy@avagotech.com \
--cc=james.smart@avagotech.com \
--cc=kernel-janitors@vger.kernel.org \
--cc=linux-scsi@vger.kernel.org \
--cc=mgandhi@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.