On Sun, 9 Jun 2024 10:01:29 +0300 Aleksandr Mishin wrote: > hwrm_err(bp, ctx, "hwrm req_type 0x%x seq id 0x%x error 0x%x\n", > - req_type, token->seq_id, rc); > + req_type, le16_to_cpu(ctx->req->seq_id), rc); The alignment with the ( looks messed up