diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-12-29 21:39:49 -0500 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-12-29 21:53:30 -0500 |
commit | f19765f4f7dc3cb118cf5f151ed56e01063082ed (patch) | |
tree | b92015df8dedb940c6b6b99fe97ea35c19949221 /net/tipc/bearer.h | |
parent | a18c4bc3ea3c23f658655b1eee4f62cb71d51efd (diff) |
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>
Diffstat (limited to 'net/tipc/bearer.h')
-rw-r--r-- | net/tipc/bearer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tipc/bearer.h b/net/tipc/bearer.h index 348065480f2e..d3eac56b8c21 100644 --- a/net/tipc/bearer.h +++ b/net/tipc/bearer.h | |||
@@ -152,7 +152,7 @@ struct tipc_bearer { | |||
152 | struct tipc_node_map nodes; | 152 | struct tipc_node_map nodes; |
153 | }; | 153 | }; |
154 | 154 | ||
155 | struct bearer_name { | 155 | struct tipc_bearer_names { |
156 | char media_name[TIPC_MAX_MEDIA_NAME]; | 156 | char media_name[TIPC_MAX_MEDIA_NAME]; |
157 | char if_name[TIPC_MAX_IF_NAME]; | 157 | char if_name[TIPC_MAX_IF_NAME]; |
158 | }; | 158 | }; |