[PATCH] KVM: arm64: add missing newline to sysreg init log

Marc Zyngier maz at kernel.org
Tue Nov 11 01:49:03 PST 2025


On Mon, 10 Nov 2025 21:10:51 +0000,
Osama Abdelkader <osama.abdelkader at gmail.com> wrote:
> 
> missing newline so the  message is merged with follow-on logs
> the change only affects console output formatting, no behavioral impact.
> 
> Signed-off-by: Osama Abdelkader <osama.abdelkader at gmail.com>
> ---
>  arch/arm64/kvm/arm.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm64/kvm/arm.c b/arch/arm64/kvm/arm.c
> index 870953b4a8a7..156cd1a6106e 100644
> --- a/arch/arm64/kvm/arm.c
> +++ b/arch/arm64/kvm/arm.c
> @@ -2845,7 +2845,7 @@ static __init int kvm_arm_init(void)
>  
>  	err = kvm_sys_reg_table_init();
>  	if (err) {
> -		kvm_info("Error initializing system register tables");
> +		kvm_info("Error initializing system register tables\n");
>  		return err;
>  	}
>  

Given that everything in kvm_sys_reg_table_init() already screams
badly when it fails, I don't see the point of an additional message,
and I'd rather remove it.

Thanks,

	M.

-- 
Without deviation from the norm, progress is not possible.



More information about the linux-arm-kernel mailing list