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>
This commit is contained in:
Paul Gortmaker
2011-12-29 20:33:30 -05:00
parent 358a0d1c9e
commit 4584310b4a
6 changed files with 19 additions and 19 deletions

View File

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