commit | 6d01f67f8a9d1be969e97c22b6c4b112aaa022d5 | [log] [tgz] |
---|---|---|
author | Charles E. Youse <charles.youse@intel.com> | Mon Mar 18 10:27:34 2019 -0700 |
committer | Andrew Boie <andrewboie@gmail.com> | Mon Mar 18 17:00:04 2019 -0700 |
tree | 0e8105ffcba06afffa5288d7443c232376fffd17 | |
parent | 27a56ad75c28add876f4c44baa3134aa57aa3a1c [diff] |
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>