[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1567568784-9669-1-git-send-email-zhongjiang@huawei.com>
Date: Wed, 4 Sep 2019 11:46:21 +0800
From: zhong jiang <zhongjiang@...wei.com>
To: <davem@...emloft.net>, <kvalo@...eaurora.org>, <pkshih@...ltek.com>
CC: <zhongjiang@...wei.com>, <netdev@...r.kernel.org>,
<linux-kernel@...r.kernel.org>
Subject: [PATCH 0/3] net: remove an redundant continue
With the help of Coccinelle. we find some place to replace.
@@
for (...;...;...) {
...
if (...) {
...
- continue;
}
}
zhong jiang (3):
rtlwifi: Remove an unnecessary continue in
_rtl8723be_phy_config_bb_with_pgheaderfile
nfp: Drop unnecessary continue in nfp_net_pf_alloc_vnics
ath10k: Drop unnecessary continue in ath10k_mac_update_vif_chan
drivers/net/ethernet/netronome/nfp/nfp_net_main.c | 4 +---
drivers/net/wireless/ath/ath10k/mac.c | 4 +---
drivers/net/wireless/realtek/rtlwifi/rtl8723be/phy.c | 1 -
3 files changed, 2 insertions(+), 7 deletions(-)
--
1.7.12.4
Powered by blists - more mailing lists