From: Jakub Kicinski <kuba@kernel.org>
To: Gaosheng Cui <cuigaosheng1@huawei.com>
Cc: <idosch@nvidia.com>, <petrm@nvidia.com>, <davem@davemloft.net>,
<edumazet@google.com>, <pabeni@redhat.com>, <nbd@nbd.name>,
<lorenzo@kernel.org>, <ryder.lee@mediatek.com>,
<shayne.chen@mediatek.com>, <sean.wang@mediatek.com>,
<kvalo@kernel.org>, <matthias.bgg@gmail.com>,
<amcohen@nvidia.com>, <stephen@networkplumber.org>,
<netdev@vger.kernel.org>, <linux-wireless@vger.kernel.org>,
<linux-arm-kernel@lists.infradead.org>,
<linux-mediatek@lists.infradead.org>
Subject: Re: [PATCH 2/5] mt76: Remove unused inline function mt76_wcid_mask_test()
Date: Wed, 21 Sep 2022 06:11:11 -0700 [thread overview]
Message-ID: <20220921061111.6d960cc3@kernel.org> (raw)
In-Reply-To: <20220921090455.752011-3-cuigaosheng1@huawei.com>
On Wed, 21 Sep 2022 17:04:52 +0800 Gaosheng Cui wrote:
> All uses of mt76_wcid_mask_test() have
> been removed since commit 8950a62f19c9 ("mt76: get rid of
> mt76_wcid_hw routine"), so remove it.
This should go via the wireless tree, please take it out of this series
and send it to linux-wireless separately.
WARNING: multiple messages have this Message-ID (diff)
From: Jakub Kicinski <kuba@kernel.org>
To: Gaosheng Cui <cuigaosheng1@huawei.com>
Cc: <idosch@nvidia.com>, <petrm@nvidia.com>, <davem@davemloft.net>,
<edumazet@google.com>, <pabeni@redhat.com>, <nbd@nbd.name>,
<lorenzo@kernel.org>, <ryder.lee@mediatek.com>,
<shayne.chen@mediatek.com>, <sean.wang@mediatek.com>,
<kvalo@kernel.org>, <matthias.bgg@gmail.com>,
<amcohen@nvidia.com>, <stephen@networkplumber.org>,
<netdev@vger.kernel.org>, <linux-wireless@vger.kernel.org>,
<linux-arm-kernel@lists.infradead.org>,
<linux-mediatek@lists.infradead.org>
Subject: Re: [PATCH 2/5] mt76: Remove unused inline function mt76_wcid_mask_test()
Date: Wed, 21 Sep 2022 06:11:11 -0700 [thread overview]
Message-ID: <20220921061111.6d960cc3@kernel.org> (raw)
In-Reply-To: <20220921090455.752011-3-cuigaosheng1@huawei.com>
On Wed, 21 Sep 2022 17:04:52 +0800 Gaosheng Cui wrote:
> All uses of mt76_wcid_mask_test() have
> been removed since commit 8950a62f19c9 ("mt76: get rid of
> mt76_wcid_hw routine"), so remove it.
This should go via the wireless tree, please take it out of this series
and send it to linux-wireless separately.
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2022-09-21 13:11 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-21 9:04 [PATCH 0/5] Remove useless inline functions from net Gaosheng Cui
2022-09-21 9:04 ` Gaosheng Cui
2022-09-21 9:04 ` [PATCH 1/5] mlxsw: reg: Remove unused inline function mlxsw_reg_sftr2_pack() Gaosheng Cui
2022-09-21 9:04 ` Gaosheng Cui
2022-09-21 10:34 ` Ido Schimmel
2022-09-21 10:34 ` Ido Schimmel
2022-09-22 9:03 ` cuigaosheng
2022-09-22 9:03 ` cuigaosheng
2022-09-21 13:15 ` Petr Machata
2022-09-21 13:15 ` Petr Machata
2022-09-21 13:17 ` Petr Machata
2022-09-21 13:17 ` Petr Machata
2022-09-21 9:04 ` [PATCH 2/5] mt76: Remove unused inline function mt76_wcid_mask_test() Gaosheng Cui
2022-09-21 9:04 ` Gaosheng Cui
2022-09-21 13:11 ` Jakub Kicinski [this message]
2022-09-21 13:11 ` Jakub Kicinski
2022-09-21 15:07 ` Jeff Johnson
2022-09-21 15:07 ` Jeff Johnson
2022-09-22 8:45 ` cuigaosheng
2022-09-22 8:45 ` cuigaosheng
2022-09-21 9:04 ` [PATCH 3/5] neighbour: Remove unused inline function neigh_key_eq16() Gaosheng Cui
2022-09-21 9:04 ` Gaosheng Cui
2022-09-21 9:04 ` [PATCH 4/5] net: Remove unused inline function sk_nulls_node_init() Gaosheng Cui
2022-09-21 9:04 ` Gaosheng Cui
2022-09-21 9:04 ` [PATCH 5/5] net: Remove unused inline function dst_hold_and_use() Gaosheng Cui
2022-09-21 9:04 ` Gaosheng Cui
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220921061111.6d960cc3@kernel.org \
--to=kuba@kernel.org \
--cc=amcohen@nvidia.com \
--cc=cuigaosheng1@huawei.com \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=idosch@nvidia.com \
--cc=kvalo@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-mediatek@lists.infradead.org \
--cc=linux-wireless@vger.kernel.org \
--cc=lorenzo@kernel.org \
--cc=matthias.bgg@gmail.com \
--cc=nbd@nbd.name \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=petrm@nvidia.com \
--cc=ryder.lee@mediatek.com \
--cc=sean.wang@mediatek.com \
--cc=shayne.chen@mediatek.com \
--cc=stephen@networkplumber.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.