From: Stefan Richter on
Thomas Weber wrote:
> --- a/drivers/staging/rtl8187se/r8180_core.c
> +++ b/drivers/staging/rtl8187se/r8180_core.c
> @@ -2364,7 +2364,7 @@ void rtl8180_wmm_param_update(struct work_struct * work)
> u8 u1bAIFS;
> u32 u4bAcParam;
> pAcParam = (PAC_PARAM)(&AcParam);
> - // Retrive paramters to update.
> + // Retrive parameters to update.
> u1bAIFS = pAcParam->f.AciAifsn.f.AIFSN *(((mode&IEEE_G) == IEEE_G)?9:20) + aSifsTime;
> u4bAcParam = ((((u32)(pAcParam->f.TXOPLimit))<<AC_PARAM_TXOP_LIMIT_OFFSET)|
> (((u32)(pAcParam->f.Ecw.f.ECWmax))<<AC_PARAM_ECW_MAX_OFFSET)|
> @@ -2400,7 +2400,7 @@ void rtl8180_wmm_param_update(struct work_struct * work)
> u8 u1bAIFS;
> u32 u4bAcParam;
>
> - // Retrive paramters to update.
> + // Retrive parameters to update.
> eACI = pAcParam->f.AciAifsn.f.ACI;
> //Mode G/A: slotTimeTimer = 9; Mode B: 20
> u1bAIFS = pAcParam->f.AciAifsn.f.AIFSN * (((mode&IEEE_G) == IEEE_G)?9:20) + aSifsTime;
> diff --git a/drivers/staging/rtl8187se/r8185b_init.c b/drivers/staging/rtl8187se/r8185b_init.c
> index 519383e..f22275e 100644
> --- a/drivers/staging/rtl8187se/r8185b_init.c
> +++ b/drivers/staging/rtl8187se/r8185b_init.c
> @@ -1128,7 +1128,7 @@ ActUpdateChannelAccessSetting(
> u8 u1bAIFS;
> u32 u4bAcParam;
>
> - // Retrive paramters to update.
> + // Retrive parameters to update.

See my comment on [PATCH 2/4] Fix typo: udpate => update.
- "Retrieve"
- potential conflicts /if/ cleanups are underway in this staging code
--
Stefan Richter
-=====-==-=- --== -====
http://arcgraph.de/sr/
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/