Incorrect commit message, I'll resend.

On 30/06/17 14:54, Colin King wrote:
> From: Colin Ian King <[email protected]>
> 
> Trivial fix to spelling mistakes/typos:
> 
> "Allodating" -> "Allocating"
> "incative" -> "inactive"
> 
> Signed-off-by: Colin Ian King <[email protected]>
> ---
>  drivers/scsi/snic/snic_isr.c  | 4 ++--
>  drivers/scsi/snic/snic_scsi.c | 2 +-
>  2 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/drivers/scsi/snic/snic_isr.c b/drivers/scsi/snic/snic_isr.c
> index d859501e4ccd..c4da3673f2ae 100644
> --- a/drivers/scsi/snic/snic_isr.c
> +++ b/drivers/scsi/snic/snic_isr.c
> @@ -141,7 +141,7 @@ snic_request_intr(struct snic *snic)
>                                 snic->msix[i].devid);
>               if (ret) {
>                       SNIC_HOST_ERR(snic->shost,
> -                                   "MSI-X: requrest_irq(%d) failed %d\n",
> +                                   "MSI-X: request_irq(%d) failed %d\n",
>                                     i,
>                                     ret);
>                       snic_free_intr(snic);
> @@ -151,7 +151,7 @@ snic_request_intr(struct snic *snic)
>       }
>  
>       return ret;
> -} /* end of snic_requrest_intr */
> +} /* end of snic_request_intr */
>  
>  int
>  snic_set_intr_mode(struct snic *snic)
> diff --git a/drivers/scsi/snic/snic_scsi.c b/drivers/scsi/snic/snic_scsi.c
> index 05c3a7282d4a..d8a376b7882d 100644
> --- a/drivers/scsi/snic/snic_scsi.c
> +++ b/drivers/scsi/snic/snic_scsi.c
> @@ -1260,7 +1260,7 @@ snic_io_cmpl_handler(struct vnic_dev *vdev,
>       default:
>               SNIC_BUG_ON(1);
>               SNIC_SCSI_DBG(snic->shost,
> -                           "Unknown Firmwqre completion request type %d\n",
> +                           "Unknown Firmware completion request type %d\n",
>                             fwreq->hdr.type);
>               break;
>       }
> 

Reply via email to