aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/link.c
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2011-12-29 20:19:42 -0500
committerPaul Gortmaker <paul.gortmaker@windriver.com>2011-12-29 21:53:29 -0500
commit358a0d1c9edcf6ff041776d65cdc2bc59887ab9c (patch)
tree656650f418e5127062e8e69000afb067d1bf79b1 /net/tipc/link.c
parentd191854282fd831da785a5a34bc6fd16049b8578 (diff)
tipc: rename struct media to struct tipc_media
Give it a meaningful prefix, as suggested by DaveM, so that it is consistent with things like struct tipc_bearer, and so it isn't confused with anything else. This has no impact on the actual runtime code behaviour. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'net/tipc/link.c')
-rw-r--r--net/tipc/link.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tipc/link.c b/net/tipc/link.c
index 853b286dd08c..515dfe4fd4ce 100644
--- a/net/tipc/link.c
+++ b/net/tipc/link.c
@@ -2793,7 +2793,7 @@ static int link_cmd_set_value(const char *name, u32 new_value, u16 cmd)
2793 struct tipc_node *node; 2793 struct tipc_node *node;
2794 struct link *l_ptr; 2794 struct link *l_ptr;
2795 struct tipc_bearer *b_ptr; 2795 struct tipc_bearer *b_ptr;
2796 struct media *m_ptr; 2796 struct tipc_media *m_ptr;
2797 2797
2798 l_ptr = link_find_link(name, &node); 2798 l_ptr = link_find_link(name, &node);
2799 if (l_ptr) { 2799 if (l_ptr) {