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>] [day] [month] [year] [list]
Message-Id: <20240901090823.18766-1-av2082000@gmail.com>
Date: Sun,  1 Sep 2024 14:38:23 +0530
From: Amit Vadhavana <av2082000@...il.com>
To: rafael@...nel.org,
	linux-kernel@...r.kernel.org,
	lenb@...nel.org,
	linux-acpi@...r.kernel.org,
	ricardo@...liere.net
Cc: av2082000@...il.com,
	linux-kernel-mentees@...ts.linux.dev,
	skhan@...uxfoundation.org,
	kernel test robot <lkp@...el.com>
Subject: [PATCH] ACPI: CPPC: Remove unneeded semicolon

Remove an unneeded semicolon, as identified by the kernel test robot.

Reported-by: kernel test robot <lkp@...el.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202409011554.KG79Y5xu-lkp@intel.com/
Signed-off-by: Amit Vadhavana <av2082000@...il.com>
---
 drivers/acpi/cppc_acpi.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/acpi/cppc_acpi.c b/drivers/acpi/cppc_acpi.c
index eecd80e848cc..28adea68e1cd 100644
--- a/drivers/acpi/cppc_acpi.c
+++ b/drivers/acpi/cppc_acpi.c
@@ -1138,7 +1138,7 @@ static int cpc_write(int cpu, struct cpc_register_resource *reg_res, u64 val)
 		default:
 			spin_unlock(&cpc_desc->rmw_lock);
 			return -EFAULT;
-		};
+		}
 		val = MASK_VAL_WRITE(reg, prev_val, val);
 		val |= prev_val;
 	}
-- 
2.25.1


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ