Message ID | 20210209232921.1255425-1-unixbhaskar@gmail.com |
---|---|
State | New |
Headers | show |
Series | wireless: brcm80211: Fix the spelling configation to configuration in the file d11.h | expand |
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 -- https://patchwork.kernel.org/project/linux-wireless/patch/20210209232921.1255425-1-unixbhaskar@gmail.com/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches
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