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.c    6 Dec 2019 01:58:47 -0000    1.126
> +++ sys/dev/pci/if_bnx.c    17 May 2020 06:17:06 -0000
> @@ -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);
> 
>      /*
> 
> 

Reply via email to