All of lore.kernel.org
 help / color / mirror / Atom feed
From: kbuild test robot <fengguang.wu@intel.com>
To: Alan Liu <alanliu@qca.qualcomm.com>
Cc: Kalle Valo <kvalo@qca.qualcomm.com>,
	kbuild-all@01.org, ath10k@lists.infradead.org
Subject: [PATCH] ath10k: fix semicolon.cocci warnings
Date: Tue, 15 Aug 2017 19:26:20 +0800	[thread overview]
Message-ID: <20170815112620.GA104160@ivytown2.lkp.intel.com> (raw)
In-Reply-To: <201708151916.lDrZc3FC%fengguang.wu@intel.com>

drivers/net/wireless/ath/ath10k/pci.c:1561:2-3: Unneeded semicolon


 Remove unneeded semicolon.

Generated by: scripts/coccinelle/misc/semicolon.cocci

Fixes: 3773d2332824 ("ath10k: add memory dump support for QCA6174/QCA9377")
CC: Alan Liu <alanliu@qca.qualcomm.com>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---

 pci.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/drivers/net/wireless/ath/ath10k/pci.c
+++ b/drivers/net/wireless/ath/ath10k/pci.c
@@ -1558,7 +1558,7 @@ static int ath10k_pci_dump_memory_sectio
 			break;
 
 		cur_section = next_section;
-	};
+	}
 
 	return count;
 }

_______________________________________________
ath10k mailing list
ath10k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath10k

      reply	other threads:[~2017-08-15 11:27 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-15 11:26 [ath6kl:pending 36/47] drivers/net/wireless/ath/ath10k/pci.c:1561:2-3: Unneeded semicolon kbuild test robot
2017-08-15 11:26 ` kbuild test robot [this message]

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=20170815112620.GA104160@ivytown2.lkp.intel.com \
    --to=fengguang.wu@intel.com \
    --cc=alanliu@qca.qualcomm.com \
    --cc=ath10k@lists.infradead.org \
    --cc=kbuild-all@01.org \
    --cc=kvalo@qca.qualcomm.com \
    /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.