kernel/msg_q: reorder _K_MSGQ_INITIALIZER() initializers

This is a trivial change to satisfy C++, which requires that designated
initializers appear in the same order as the members they initialize.

Fixes: #14540

Signed-off-by: Charles E. Youse <charles.youse@intel.com>
1 file changed