Re: [RFC PATCH tip] x86/acpi: u64_x86_init_noop() can be static

From: Fengguang Wu
Date: Wed Feb 21 2018 - 21:11:56 EST


On Wed, Feb 21, 2018 at 09:51:48AM +0100, Ingo Molnar wrote:

* kbuild test robot <fengguang.wu@xxxxxxxxx> wrote:


Fixes: 62d8b7fba8d3 ("x86/acpi: Add a new x86_init_acpi structure to x86_init_ops")
Signed-off-by: Fengguang Wu <fengguang.wu@xxxxxxxxx>
---
0 files changed

-ENOPATCH?

Ah the script crashed when it tries to indent the new code, since it
assumes

func_name()
{
}

while here it's

func_name() { }

I'll fix it up.

Thanks,
Fengguang