Re: [PATCH] irqchip/loongson-eiointc: Add extioi virt extension support

From: Thomas Gleixner
Date: Thu Jun 06 2024 - 10:51:45 EST


Song!

On Thu, Jun 06 2024 at 20:58, gaosong wrote:
> 在 2024/6/6 上午1:36, Thomas Gleixner 写道:
>> On Wed, Jun 05 2024 at 15:02, Song Gao wrote:
>>> int index = eiointc_index(node);
>>> + int cores = (cpu_has_hypervisor ? MAX_CORES_PER_EIO_NODE : CORES_PER_EIO_NODE);
>> Sigh. Please use the documented ordering of variable declaration
>> ordering.
>
> Sorry, I didn't find the information in document [1].
>
> [1]: https://www.kernel.org/doc/html/next/process/coding-style.html

https://www.kernel.org/doc/html/latest/process/maintainer-tip.html#coding-style-notes

Thanks,

tglx