From: Larry Finger <Larry.Finger@lwfinger.net>
To: kbuild test robot <fengguang.wu@intel.com>
Cc: kbuild-all@01.org, "John W. Linville" <linville@tuxdriver.com>,
Chaoming Li <chaoming_li@realsil.com.cn>,
linux-wireless@vger.kernel.org, netdev@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] rtlwifi: rtl8192ee: fix semicolon.cocci warnings
Date: Sat, 15 Aug 2015 11:47:41 -0500 [thread overview]
Message-ID: <55CF6D2D.5060103@lwfinger.net> (raw)
In-Reply-To: <20150815103636.GA36860@ivytown2>
On 08/15/2015 05:36 AM, kbuild test robot wrote:
> drivers/net/wireless/rtlwifi/rtl8192ee/phy.c:856:2-3: Unneeded semicolon
> drivers/net/wireless/rtlwifi/rtl8192ee/phy.c:492:3-4: Unneeded semicolon
> drivers/net/wireless/rtlwifi/rtl8192ee/phy.c:452:3-4: Unneeded semicolon
>
>
> Remove unneeded semicolon.
>
> Generated by: scripts/coccinelle/misc/semicolon.cocci
>
> CC: Larry Finger <Larry.Finger@lwfinger.net>
> Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Larry
> ---
>
> phy.c | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> --- a/drivers/net/wireless/rtlwifi/rtl8192ee/phy.c
> +++ b/drivers/net/wireless/rtlwifi/rtl8192ee/phy.c
> @@ -449,7 +449,7 @@ static void _rtl92ee_phy_set_txpower_by_
> "Invalid RateSection %d in 2.4G,Rf %d,%dTx\n",
> rate_section, path, txnum);
> break;
> - };
> + }
> } else {
> RT_TRACE(rtlpriv, COMP_INIT, DBG_LOUD,
> "Invalid Band %d\n", band);
> @@ -489,7 +489,7 @@ static u8 _rtl92ee_phy_get_txpower_by_ra
> "Invalid RateSection %d in 2.4G,Rf %d,%dTx\n",
> rate_section, path, txnum);
> break;
> - };
> + }
> } else {
> RT_TRACE(rtlpriv, COMP_INIT, DBG_LOUD,
> "Invalid Band %d()\n", band);
> @@ -853,7 +853,7 @@ static u8 _rtl92ee_get_rate_section_inde
> else if (regaddr >= 0xE20 && regaddr <= 0xE4C)
> index = (u8)((regaddr - 0xE20) / 4);
> break;
> - };
> + }
> return index;
> }
>
>
next prev parent reply other threads:[~2015-08-15 16:47 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <201508151824.iawa6wat%fengguang.wu@intel.com>
2015-08-15 10:36 ` [PATCH] rtlwifi: rtl8192ee: fix semicolon.cocci warnings kbuild test robot
2015-08-15 10:36 ` kbuild test robot
2015-08-15 16:47 ` Larry Finger [this message]
2015-08-25 12:11 ` Kalle Valo
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=55CF6D2D.5060103@lwfinger.net \
--to=larry.finger@lwfinger.net \
--cc=chaoming_li@realsil.com.cn \
--cc=fengguang.wu@intel.com \
--cc=kbuild-all@01.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-wireless@vger.kernel.org \
--cc=linville@tuxdriver.com \
--cc=netdev@vger.kernel.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.