Re: [patch 09/15] x86/mpparse: Cleanup apic_printk()s

From: Qiuxu Zhuo
Date: Sun Aug 04 2024 - 10:56:48 EST


> [...]
> Subject: [patch 09/15] x86/mpparse: Cleanup apic_printk()s
>
> Use the new apic_pr_verbose() helper.
>
> Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
> ---
> arch/x86/kernel/mpparse.c | 12 ++++++------
> 1 file changed, 6 insertions(+), 6 deletions(-)
>
> --- a/arch/x86/kernel/mpparse.c
> +++ b/arch/x86/kernel/mpparse.c
> [...]
> @@ -560,7 +560,7 @@ static int __init smp_scan_config(unsign
> struct mpf_intel *mpf;
> int ret = 0;
>
> - apic_printk(APIC_VERBOSE, "Scan for SMP in [mem %#010lx-%#010lx]\n",
> + apic_pr_verbose("Scan for SMP in [mem %#010lx-%#010lx]\n",
> base, base + length - 1);

Align the open parenthesis.