Message ID | 20210209232921.1255425-1-unixbhaskar@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 1899e49385fd5678ecd84abf0c66138ddbe1aa58 |
Delegated to: | Kalle Valo |
Headers | show |
Series | wireless: brcm80211: Fix the spelling configation to configuration in the file d11.h | expand |
On 2/9/21 3:29 PM, Bhaskar Chowdhury wrote: > > s/configation/configuration/ > > Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com> Acked-by: Randy Dunlap <rdunlap@infradead.org> Thanks. > --- > drivers/net/wireless/broadcom/brcm80211/brcmsmac/d11.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/net/wireless/broadcom/brcm80211/brcmsmac/d11.h b/drivers/net/wireless/broadcom/brcm80211/brcmsmac/d11.h > index 9035cc4d6ff3..dc395566e495 100644 > --- a/drivers/net/wireless/broadcom/brcm80211/brcmsmac/d11.h > +++ b/drivers/net/wireless/broadcom/brcm80211/brcmsmac/d11.h > @@ -1469,7 +1469,7 @@ struct d11rxhdr { > /* htphy PhyRxStatus_1: */ > /* core enables for {3..0}, 0=disabled, 1=enabled */ > #define PRXS1_HTPHY_CORE_MASK 0x000F > -/* antenna configation */ > +/* antenna configuration */ > #define PRXS1_HTPHY_ANTCFG_MASK 0x00F0 > /* Mixmode PLCP Length low byte mask */ > #define PRXS1_HTPHY_MMPLCPLenL_MASK 0xFF00 > -- > 2.30.0 >
Bhaskar Chowdhury <unixbhaskar@gmail.com> wrote: > s/configation/configuration/ > > Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com> > Acked-by: Randy Dunlap <rdunlap@infradead.org> Patch applied to wireless-drivers-next.git, thanks. 1899e49385fd brcmsmac: Fix the spelling configation to configuration in the file d11.h
diff --git a/drivers/net/wireless/broadcom/brcm80211/brcmsmac/d11.h b/drivers/net/wireless/broadcom/brcm80211/brcmsmac/d11.h index 9035cc4d6ff3..dc395566e495 100644 --- a/drivers/net/wireless/broadcom/brcm80211/brcmsmac/d11.h +++ b/drivers/net/wireless/broadcom/brcm80211/brcmsmac/d11.h @@ -1469,7 +1469,7 @@ struct d11rxhdr { /* htphy PhyRxStatus_1: */ /* core enables for {3..0}, 0=disabled, 1=enabled */ #define PRXS1_HTPHY_CORE_MASK 0x000F -/* antenna configation */ +/* antenna configuration */ #define PRXS1_HTPHY_ANTCFG_MASK 0x00F0 /* Mixmode PLCP Length low byte mask */ #define PRXS1_HTPHY_MMPLCPLenL_MASK 0xFF00
s/configation/configuration/ Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com> --- drivers/net/wireless/broadcom/brcm80211/brcmsmac/d11.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.30.0