diff options
Diffstat (limited to 'include/arch/x86_64/linux/cgroupstats.h')
| -rw-r--r-- | include/arch/x86_64/linux/cgroupstats.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/arch/x86_64/linux/cgroupstats.h b/include/arch/x86_64/linux/cgroupstats.h index 2b39badf..52f9eda6 100644 --- a/include/arch/x86_64/linux/cgroupstats.h +++ b/include/arch/x86_64/linux/cgroupstats.h @@ -44,8 +44,8 @@ struct cgroupstats { enum { CGROUPSTATS_CMD_UNSPEC = __TASKSTATS_CMD_MAX, /* Reserved */ - CGROUPSTATS_CMD_GET, /* user->kernel request/get-response */ - CGROUPSTATS_CMD_NEW, /* kernel->user event */ + CGROUPSTATS_CMD_GET, /* user->kernel request/get-response */ + CGROUPSTATS_CMD_NEW, /* kernel->user event */ __CGROUPSTATS_CMD_MAX, }; |
