Jani Nikula writes: > On Tue, 27 Nov 2018, Eric Anholt wrote: >> +/** Creates a simple CL consisting of a single NOP instruction. */ >> +struct v3d_cl * >> +igt_v3d_cl_create_nop(int fd) >> +{ >> + struct v3d_cl *cl = igt_v3d_cl_create(fd, 1); >> + uint8_t nop_opcode = 1; > > Not really reviewing this, the indents with spaces just caught my eyes. Fixed.