diff mbox series

scsi: bfa: Fix a typo in two places

Message ID 20210322205821.1449844-1-unixbhaskar@gmail.com
State New
Headers show
Series scsi: bfa: Fix a typo in two places | expand

Commit Message

Bhaskar Chowdhury March 22, 2021, 8:58 p.m. UTC
s/defintions/definitions/  ....two different places.

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 drivers/scsi/bfa/bfa_fc.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--
2.31.0

Comments

Randy Dunlap March 22, 2021, 10:43 p.m. UTC | #1
On 3/22/21 1:58 PM, Bhaskar Chowdhury wrote:
> 
> s/defintions/definitions/  ....two different places.
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>

Acked-by: Randy Dunlap <rdunlap@infradead.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,
> --
Martin K. Petersen March 30, 2021, 3:54 a.m. UTC | #2
On Tue, 23 Mar 2021 02:28:21 +0530, Bhaskar Chowdhury wrote:

> s/defintions/definitions/  ....two different places.


Applied to 5.13/scsi-queue, thanks!

[1/1] scsi: bfa: Fix a typo in two places
      https://git.kernel.org/mkp/scsi/c/9991ca001b9c

-- 
Martin K. Petersen	Oracle Linux Engineering
diff mbox series

Patch

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,