[PATCH] ath10k: fix semicolon.cocci warnings

kbuild test robot fengguang.wu at intel.com
Tue Aug 15 04:26:20 PDT 2017


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 at qca.qualcomm.com>
Signed-off-by: Fengguang Wu <fengguang.wu at 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;
 }



More information about the ath10k mailing list