Quoting Andi Shyti (2019-04-12 01:32:07) > +int gem_eb_to_class(unsigned int flags) > +{ > + switch (flags & 0x3f) { > + case I915_EXEC_DEFAULT: case labels are aligned to the switch, switch (flags & 0x3f) { case I915_EXEC_DEFAULT: -Chris