tipc: rename struct bearer_name to struct tipc_bearer_names
The addition of the "s" to indicate pluralization is intentional, since the struct actually contains two name variants. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
This commit is contained in:
@@ -152,7 +152,7 @@ struct tipc_bearer {
|
||||
struct tipc_node_map nodes;
|
||||
};
|
||||
|
||||
struct bearer_name {
|
||||
struct tipc_bearer_names {
|
||||
char media_name[TIPC_MAX_MEDIA_NAME];
|
||||
char if_name[TIPC_MAX_IF_NAME];
|
||||
};
|
||||
|
Reference in New Issue
Block a user