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] [day] [month] [year] [list]
Message-ID: <19a1325c-692c-3d1e-2a1d-1fcf31fb1dcd@linux.intel.com>
Date: Thu, 15 Jan 2026 11:50:05 +0200 (EET)
From: Ilpo Järvinen <ilpo.jarvinen@...ux.intel.com>
To: Chen Ni <nichen@...as.ac.cn>
cc: hmh@....eng.br, Mark Pearson <mpearson-lenovo@...ebb.ca>, 
    derekjohn.clark@...il.com, Hans de Goede <hansg@...nel.org>, 
    ibm-acpi-devel@...ts.sourceforge.net, platform-driver-x86@...r.kernel.org, 
    LKML <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] platform/x86: thinkpad_acpi: Remove unneeded semicolon

On Thu, 15 Jan 2026, Chen Ni wrote:

> Remove unnecessary semicolons reported by Coccinelle/coccicheck and the
> semantic patch at scripts/coccinelle/misc/semicolon.cocci.
> 
> Signed-off-by: Chen Ni <nichen@...as.ac.cn>
> ---
>  drivers/platform/x86/lenovo/thinkpad_acpi.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/platform/x86/lenovo/thinkpad_acpi.c b/drivers/platform/x86/lenovo/thinkpad_acpi.c
> index a272f27e6227..6b0e4b4c485e 100644
> --- a/drivers/platform/x86/lenovo/thinkpad_acpi.c
> +++ b/drivers/platform/x86/lenovo/thinkpad_acpi.c
> @@ -11164,7 +11164,7 @@ static bool display_damage(char *buf, int *count, char *type, unsigned int dmg_s
>  			break;
>  		default:
>  			pr_err("Unexpected value %d in switch statement\n", pos_status);
> -		};
> +		}
>  
>  		switch (panel_status) {
>  		case POS_LEFT:
> @@ -11179,7 +11179,7 @@ static bool display_damage(char *buf, int *count, char *type, unsigned int dmg_s
>  		default:
>  			*count += sysfs_emit_at(buf, *count, "Undefined\n");
>  			break;
> -		};
> +		}
>  		damage_detected = true;
>  	}
>  	return damage_detected;
> 

Thanks, I've folded this into the original change.

-- 
 i.


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ