On Mon, Oct 20, 2025 at 03:10:03PM +0800, Jason Wang wrote:
> +
> + if (vq->batch_last.id == last_used) {
> + vq->batch_last.id = num;
> + *len = vq->batch_last.len;
> + } else
> + *len = vq->packed.desc_state[last_used].total_len;another coding style violation

