lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20210203155617.00006345@163.com>
Date:   Wed, 3 Feb 2021 15:56:17 +0800
From:   wengjianfeng <samirweng1979@....com>
To:     Miaohe Lin <linmiaohe@...wei.com>
Cc:     Johannes Berg <johannes@...solutions.net>,
        <linux-wireless@...r.kernel.org>, <netdev@...r.kernel.org>,
        <linux-kernel@...r.kernel.org>,
        wengjianfeng <wengjianfeng@...ong.com>, <davem@...emloft.net>,
        <kuba@...nel.org>
Subject: Re: [PATCH] wireless: fix typo issue

On Wed, 3 Feb 2021 15:51:36 +0800
Miaohe Lin <linmiaohe@...wei.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@...ong.com>
> >>
> >> change 'iff' to 'if'.
> >>
> >> Signed-off-by: wengjianfeng <wengjianfeng@...ong.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.


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ