[kernel] standardize static constexpr order in kobject headers

The kobject headers flip-flopped the class constants between "static
constexpr" and "constexpr static".
This commit is contained in:
Justin C. Miller
2022-10-22 16:49:25 -07:00
parent 99b59393fe
commit 6ac4ec601d
7 changed files with 17 additions and 23 deletions

View File

@@ -26,8 +26,7 @@ public:
using reply_tag_t = uint64_t;
/// Capabilities on a newly constructed mailbox handle
constexpr static j6_cap_t creation_caps = j6_cap_mailbox_all;
static constexpr j6_cap_t creation_caps = j6_cap_mailbox_all;
static constexpr kobject::type type = kobject::type::mailbox;
/// Max message handle count