lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Sat, 26 Mar 2016 01:11:10 +0800
From:	kbuild test robot <lkp@...el.com>
To:	Ludovic Desroches <ludovic.desroches@...el.com>
Cc:	kbuild-all@...org, ulf.hansson@...aro.org, adrian.hunter@...el.com,
	linux-kernel@...r.kernel.org, linux-mmc@...r.kernel.org,
	linux-pm@...r.kernel.org, nicolas.ferre@...el.com,
	Ludovic Desroches <ludovic.desroches@...el.com>
Subject: [PATCH] mmc: sdhci-of-at91: fix semicolon.cocci warnings

drivers/mmc/host/sdhci-of-at91.c:94:2-3: Unneeded semicolon


 Remove unneeded semicolon.

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

CC: Ludovic Desroches <ludovic.desroches@...el.com>
Signed-off-by: Fengguang Wu <fengguang.wu@...el.com>
---

 sdhci-of-at91.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/drivers/mmc/host/sdhci-of-at91.c
+++ b/drivers/mmc/host/sdhci-of-at91.c
@@ -91,7 +91,7 @@ static int sdhci_at91_runtime_suspend(st
 		host->runtime_suspended = true;
 		spin_unlock_irqrestore(&host->lock, flags);
 		clk_disable_unprepare(priv->hclock);
-	};
+	}
 
 	clk_disable_unprepare(priv->gck);
 	clk_disable_unprepare(priv->mainck);

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ