Re: [PATCH] scsi: bfa: Fix a typo in two places

From: Randy Dunlap
Date: Mon Mar 22 2021 - 18:43:54 EST


On 3/22/21 1:58 PM, Bhaskar Chowdhury wrote:
>
> s/defintions/definitions/ ....two different places.
>
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@xxxxxxxxx>

Acked-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>

> ---
> 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