Re: Fix comment typo in if_bnx.c

2020-05-17 Thread Jonathan Gray
On Sat, May 16, 2020 at 11:26:26PM -0700, Delyan Raychev wrote:
> Pardon the triviality of this diff.  I'd like to use this to say Hi,
> learn the flow, and grow in contributions from here!
> 
> Thanks!

Thanks, committed.

This did not apply as your mail client stripped tabs.  Something to keep
in mind for future patches.

> 
> Index: sys/dev/pci/if_bnx.c
> ===
> RCS file: /cvs/src/sys/dev/pci/if_bnx.c,v
> retrieving revision 1.126
> diff -u -p -u -p -r1.126 if_bnx.c
> --- sys/dev/pci/if_bnx.c6 Dec 2019 01:58:47 -1.126
> +++ sys/dev/pci/if_bnx.c17 May 2020 06:17:06 -
> @@ -676,7 +676,7 @@ bnx_attach(struct device *parent, struct
>  BNX_PCICFG_MISC_CONFIG_REG_WINDOW_ENA |
>  BNX_PCICFG_MISC_CONFIG_TARGET_MB_WORD_SWAP);
> 
> -/* Save ASIC revsion info. */
> +/* Save ASIC revision info. */
>  sc->bnx_chipid =  REG_RD(sc, BNX_MISC_ID);
> 
>  /*
> 
> 



Fix comment typo in if_bnx.c

2020-05-17 Thread Delyan Raychev
Pardon the triviality of this diff.  I'd like to use this to say Hi,
learn the flow, and grow in contributions from here!

Thanks!

Index: sys/dev/pci/if_bnx.c
===
RCS file: /cvs/src/sys/dev/pci/if_bnx.c,v
retrieving revision 1.126
diff -u -p -u -p -r1.126 if_bnx.c
--- sys/dev/pci/if_bnx.c6 Dec 2019 01:58:47 -1.126
+++ sys/dev/pci/if_bnx.c17 May 2020 06:17:06 -
@@ -676,7 +676,7 @@ bnx_attach(struct device *parent, struct
 BNX_PCICFG_MISC_CONFIG_REG_WINDOW_ENA |
 BNX_PCICFG_MISC_CONFIG_TARGET_MB_WORD_SWAP);

-/* Save ASIC revsion info. */
+/* Save ASIC revision info. */
 sc->bnx_chipid =  REG_RD(sc, BNX_MISC_ID);

 /*