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:
Paul Gortmaker
2011-12-29 21:39:49 -05:00
parent a18c4bc3ea
commit f19765f4f7
2 changed files with 6 additions and 6 deletions

View File

@@ -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];
};