[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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user