On Thu, Feb 20, 2020 at 07:10:26PM -0800, Emily Shaffer wrote: > Start using a named initializer list for SUBMODULE_UPDATE_CLONE_INIT, as > the struct is becoming cumbersome for a typical struct initializer list. Much nicer. :) I manually compared the struct declaration to the existing initializer to double-check that you counted the offsets correctly, and all looks good. -Peff