[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

@@ -35,8 +35,7 @@ class vm_area :
{
public:
/// Capabilities on a newly constructed vma handle
constexpr static j6_cap_t creation_caps = j6_cap_vma_all;
static constexpr j6_cap_t creation_caps = j6_cap_vma_all;
static constexpr kobject::type type = kobject::type::vma;
/// Constructor.