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: Tue, 18 Jun 2024 10:06:23 +0800
From: maobibo <maobibo@...ngson.cn>
To: Yang Li <yang.lee@...ux.alibaba.com>, zhaotianrui@...ngson.cn,
 chenhuacai@...nel.org
Cc: kvm@...r.kernel.org, loongarch@...ts.linux.dev,
 linux-kernel@...r.kernel.org, Abaci Robot <abaci@...ux.alibaba.com>
Subject: Re: [PATCH -next] LoongArch: KVM: Remove unneeded semicolon



On 2024/6/18 上午9:00, Yang Li wrote:
> ./arch/loongarch/kvm/exit.c:764:2-3: Unneeded semicolon
> 
> Reported-by: Abaci Robot <abaci@...ux.alibaba.com>
> Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=9343
> Signed-off-by: Yang Li <yang.lee@...ux.alibaba.com>
> ---
>   arch/loongarch/kvm/exit.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/loongarch/kvm/exit.c b/arch/loongarch/kvm/exit.c
> index c86e099af5ca..a68573e091c0 100644
> --- a/arch/loongarch/kvm/exit.c
> +++ b/arch/loongarch/kvm/exit.c
> @@ -761,7 +761,7 @@ static void kvm_handle_service(struct kvm_vcpu *vcpu)
>   	default:
>   		ret = KVM_HCALL_INVALID_CODE;
>   		break;
> -	};
> +	}
>   
>   	kvm_write_reg(vcpu, LOONGARCH_GPR_A0, ret);
>   }
> 
Reviewed-by: Bibo Mao <maobibo@...ngson.cn>


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ