[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <d9f3d7e5-4a52-6f93-1db4-6ef9cf93b736@infradead.org>
Date: Mon, 22 Mar 2021 15:43:01 -0700
From: Randy Dunlap <rdunlap@...radead.org>
To: Bhaskar Chowdhury <unixbhaskar@...il.com>,
anil.gurumurthy@...gic.com, sudarsana.kalluru@...gic.com,
jejb@...ux.ibm.com, martin.petersen@...cle.com,
linux-scsi@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] scsi: bfa: Fix a typo in two places
On 3/22/21 1:58 PM, Bhaskar Chowdhury wrote:
>
> s/defintions/definitions/ ....two different places.
>
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@...il.com>
Acked-by: Randy Dunlap <rdunlap@...radead.org>
> ---
> drivers/scsi/bfa/bfa_fc.h | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/scsi/bfa/bfa_fc.h b/drivers/scsi/bfa/bfa_fc.h
> index d536270bbe9f..0314e4b9e1fb 100644
> --- a/drivers/scsi/bfa/bfa_fc.h
> +++ b/drivers/scsi/bfa/bfa_fc.h
> @@ -1193,7 +1193,7 @@ enum {
> };
>
> /*
> - * defintions for CT reason code
> + * definitions for CT reason code
> */
> enum {
> CT_RSN_INV_CMD = 0x01,
> @@ -1240,7 +1240,7 @@ enum {
> };
>
> /*
> - * defintions for the explanation code for all servers
> + * definitions for the explanation code for all servers
> */
> enum {
> CT_EXP_AUTH_EXCEPTION = 0xF1,
> --
--
~Randy
Powered by blists - more mailing lists