diff options
Diffstat (limited to 'include/linux/tipc_config.h')
| -rw-r--r-- | include/linux/tipc_config.h | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/tipc_config.h b/include/linux/tipc_config.h index 1f38df1202b..677aa13dc5d 100644 --- a/include/linux/tipc_config.h +++ b/include/linux/tipc_config.h @@ -95,7 +95,7 @@  #define  TIPC_CMD_GET_MAX_PUBL      0x4005    /* tx none, rx unsigned */  #define  TIPC_CMD_GET_MAX_SUBSCR    0x4006    /* tx none, rx unsigned */  #define  TIPC_CMD_GET_MAX_ZONES     0x4007    /* obsoleted */ -#define  TIPC_CMD_GET_MAX_CLUSTERS  0x4008    /* tx none, rx unsigned */ +#define  TIPC_CMD_GET_MAX_CLUSTERS  0x4008    /* obsoleted */  #define  TIPC_CMD_GET_MAX_NODES     0x4009    /* tx none, rx unsigned */  #define  TIPC_CMD_GET_MAX_SLAVES    0x400A    /* obsoleted */  #define  TIPC_CMD_GET_NETID         0x400B    /* tx none, rx unsigned */ @@ -131,7 +131,7 @@  #define  TIPC_CMD_SET_MAX_PUBL      0x8005    /* tx unsigned, rx none */  #define  TIPC_CMD_SET_MAX_SUBSCR    0x8006    /* tx unsigned, rx none */  #define  TIPC_CMD_SET_MAX_ZONES     0x8007    /* obsoleted */ -#define  TIPC_CMD_SET_MAX_CLUSTERS  0x8008    /* tx unsigned, rx none */ +#define  TIPC_CMD_SET_MAX_CLUSTERS  0x8008    /* obsoleted */  #define  TIPC_CMD_SET_MAX_NODES     0x8009    /* tx unsigned, rx none */  #define  TIPC_CMD_SET_MAX_SLAVES    0x800A    /* obsoleted */  #define  TIPC_CMD_SET_NETID         0x800B    /* tx unsigned, rx none */  |