On 19.02.2025 15:46, Oleksii Kurochko wrote:
> On 2/19/25 12:28 PM, Jan Beulich wrote:
>> On 12.02.2025 17:50, Oleksii Kurochko wrote:
>>> + else
>>> {
>>> - rc = pt_next_level(alloc_tbl, &table, offsets[level]);
>>> - if ( rc == XEN_TABLE_MAP_NOMEM )
>>> + pte_t *table;
>>> + unsigned int level = HYP_PT_ROOT_LEVEL;
>>> + /* convenience aliases */
>> Nit: Style.
>
> From the 'Comments' section of CODING_STYLE, I see that the comment should
> start
> with capital letter. Do you mean that?
In the (earlier) reply to "xen/riscv: identify specific ISA supported by cpu"
I said precisely that. I didn't think I'd need to repeat it here. So yes.
Jan