diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-12-29 20:33:30 -0500 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-12-29 21:53:29 -0500 |
commit | 4584310b4a787c9b70e5507a8b5288ba32b0a909 (patch) | |
tree | d3322226efb9610bfdbaf6304266e0bd46adba63 /net/tipc/name_table.c | |
parent | 358a0d1c9edcf6ff041776d65cdc2bc59887ab9c (diff) | |
download | linux-4584310b4a787c9b70e5507a8b5288ba32b0a909.tar.bz2 |
tipc: rename struct port_list to struct tipc_port_list
Make this rename so that it is consistent with the majority
of the other tipc structs and to assist in removing any
ambiguity with other similar names in other subsystems.
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'net/tipc/name_table.c')
-rw-r--r-- | net/tipc/name_table.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tipc/name_table.c b/net/tipc/name_table.c index 46e6b6c2ecc9..f0abae93c1f1 100644 --- a/net/tipc/name_table.c +++ b/net/tipc/name_table.c @@ -625,7 +625,7 @@ not_found: */ int tipc_nametbl_mc_translate(u32 type, u32 lower, u32 upper, u32 limit, - struct port_list *dports) + struct tipc_port_list *dports) { struct name_seq *seq; struct sub_seq *sseq; |