* Re: [PATCH] wireless: fix typo issue
[not found] <20210203070025.17628-1-samirweng1979@163.com>
@ 2021-02-03 7:33 ` Johannes Berg
2021-02-03 7:51 ` Miaohe Lin
0 siblings, 1 reply; 3+ messages in thread
From: Johannes Berg @ 2021-02-03 7:33 UTC (permalink / raw)
To: samirweng1979, davem, kuba
Cc: linux-wireless, netdev, linux-kernel, wengjianfeng
On Wed, 2021-02-03 at 15:00 +0800, samirweng1979 wrote:
> From: wengjianfeng <wengjianfeng@yulong.com>
>
> change 'iff' to 'if'.
>
> Signed-off-by: wengjianfeng <wengjianfeng@yulong.com>
> ---
> net/wireless/chan.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/net/wireless/chan.c b/net/wireless/chan.c
> index 285b807..2f17edf 100644
> --- a/net/wireless/chan.c
> +++ b/net/wireless/chan.c
> @@ -1084,7 +1084,7 @@ bool cfg80211_chandef_usable(struct wiphy *wiphy,
> * associated to an AP on the same channel or on the same UNII band
> * (assuming that the AP is an authorized master).
> * In addition allow operation on a channel on which indoor operation is
> - * allowed, iff we are currently operating in an indoor environment.
> + * allowed, if we are currently operating in an indoor environment.
> */
I suspect that was intentional, as a common abbreviation for "if and
only if".
johannes
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] wireless: fix typo issue
2021-02-03 7:33 ` [PATCH] wireless: fix typo issue Johannes Berg
@ 2021-02-03 7:51 ` Miaohe Lin
2021-02-03 7:56 ` wengjianfeng
0 siblings, 1 reply; 3+ messages in thread
From: Miaohe Lin @ 2021-02-03 7:51 UTC (permalink / raw)
To: Johannes Berg, samirweng1979
Cc: linux-wireless, netdev, linux-kernel, wengjianfeng, davem, kuba
On 2021/2/3 15:33, Johannes Berg wrote:
> On Wed, 2021-02-03 at 15:00 +0800, samirweng1979 wrote:
>> From: wengjianfeng <wengjianfeng@yulong.com>
>>
>> change 'iff' to 'if'.
>>
>> Signed-off-by: wengjianfeng <wengjianfeng@yulong.com>
>> ---
>> net/wireless/chan.c | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/net/wireless/chan.c b/net/wireless/chan.c
>> index 285b807..2f17edf 100644
>> --- a/net/wireless/chan.c
>> +++ b/net/wireless/chan.c
>> @@ -1084,7 +1084,7 @@ bool cfg80211_chandef_usable(struct wiphy *wiphy,
>> * associated to an AP on the same channel or on the same UNII band
>> * (assuming that the AP is an authorized master).
>> * In addition allow operation on a channel on which indoor operation is
>> - * allowed, iff we are currently operating in an indoor environment.
>> + * allowed, if we are currently operating in an indoor environment.
>> */
>
> I suspect that was intentional, as a common abbreviation for "if and
> only if".
Yep. iff --> if and only if from:
https://mathvault.ca/math-glossary/#iff
>
> johannes
>
> .
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] wireless: fix typo issue
2021-02-03 7:51 ` Miaohe Lin
@ 2021-02-03 7:56 ` wengjianfeng
0 siblings, 0 replies; 3+ messages in thread
From: wengjianfeng @ 2021-02-03 7:56 UTC (permalink / raw)
To: Miaohe Lin
Cc: Johannes Berg, linux-wireless, netdev, linux-kernel, wengjianfeng,
davem, kuba
On Wed, 3 Feb 2021 15:51:36 +0800
Miaohe Lin <linmiaohe@huawei.com> wrote:
> On 2021/2/3 15:33, Johannes Berg wrote:
> > On Wed, 2021-02-03 at 15:00 +0800, samirweng1979 wrote:
> >> From: wengjianfeng <wengjianfeng@yulong.com>
> >>
> >> change 'iff' to 'if'.
> >>
> >> Signed-off-by: wengjianfeng <wengjianfeng@yulong.com>
> >> ---
> >> net/wireless/chan.c | 2 +-
> >> 1 file changed, 1 insertion(+), 1 deletion(-)
> >>
> >> diff --git a/net/wireless/chan.c b/net/wireless/chan.c
> >> index 285b807..2f17edf 100644
> >> --- a/net/wireless/chan.c
> >> +++ b/net/wireless/chan.c
> >> @@ -1084,7 +1084,7 @@ bool cfg80211_chandef_usable(struct wiphy
> >> *wiphy,
> >> * associated to an AP on the same channel or on the same UNII
> >> band
> >> * (assuming that the AP is an authorized master).
> >> * In addition allow operation on a channel on which indoor
> >> operation is
> >> - * allowed, iff we are currently operating in an indoor
> >> environment.
> >> + * allowed, if we are currently operating in an indoor
> >> environment. */
> >
> > I suspect that was intentional, as a common abbreviation for "if and
> > only if".
>
> Yep. iff --> if and only if from:
> https://mathvault.ca/math-glossary/#iff
>
> >
> > johannes
> >
> > .
> >
Hi Johannes and Miaohe
You are right, I make a mistake, please ignore this patch, thanks.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-02-03 8:14 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20210203070025.17628-1-samirweng1979@163.com>
2021-02-03 7:33 ` [PATCH] wireless: fix typo issue Johannes Berg
2021-02-03 7:51 ` Miaohe Lin
2021-02-03 7:56 ` wengjianfeng
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).