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-next>] [day] [month] [year] [list]
Date: Fri, 28 Jun 2024 13:20:10 +0800
From: Yang Li <yang.lee@...ux.alibaba.com>
To: geert+renesas@...der.be,
	magnus.damm@...il.com
Cc: linux-renesas-soc@...r.kernel.org,
	linux-kernel@...r.kernel.org,
	Yang Li <yang.lee@...ux.alibaba.com>,
	Abaci Robot <abaci@...ux.alibaba.com>
Subject: [PATCH -next] soc: renesas:  Remove unneeded semicolon

./drivers/soc/renesas/rcar-fuse.c:124:2-3: Unneeded semicolon

Reported-by: Abaci Robot <abaci@...ux.alibaba.com>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=9441
Signed-off-by: Yang Li <yang.lee@...ux.alibaba.com>
---
 drivers/soc/renesas/rcar-fuse.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/soc/renesas/rcar-fuse.c b/drivers/soc/renesas/rcar-fuse.c
index 8fb2374f919b..cf665f2e4a9d 100644
--- a/drivers/soc/renesas/rcar-fuse.c
+++ b/drivers/soc/renesas/rcar-fuse.c
@@ -121,7 +121,7 @@ static int rcar_fuse_probe(struct platform_device *pdev)
 
 		fuse->offset = data->offset;
 		fuse->nregs = data->nregs;
-	};
+	}
 
 	memset(&nvmem, 0, sizeof(nvmem));
 	nvmem.dev = dev;
-- 
2.20.1.7.g153144c


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ