On 11.08.2023 09:06, Federico Serafini wrote: > @@ -172,7 +177,7 @@ console_io(unsigned int cmd, unsigned int count, char > *buffer) > vm_assist(unsigned int cmd, unsigned int type) > event_channel_op(int cmd, void *arg) > mmuext_op(mmuext_op_t *uops, unsigned int count, unsigned int *pdone, > unsigned int foreigndom) > -multicall(multicall_entry_t *call_list, unsigned int nr_calls) > +multicall(multicall_entry_t *call_list, uint32_t nr_calls)
To be honest I'd say the change wants doing in the definition, to respect what ./CODING_STYLE has to say in this regard. Jan