diff options
Diffstat (limited to 'net/tipc/port.h')
-rw-r--r-- | net/tipc/port.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tipc/port.h b/net/tipc/port.h index 547cd6e00312..711b4a0fa443 100644 --- a/net/tipc/port.h +++ b/net/tipc/port.h | |||
@@ -235,7 +235,7 @@ int tipc_send2port(u32 portref, struct tipc_portid const *dest, | |||
235 | int tipc_send_buf2port(u32 portref, struct tipc_portid const *dest, | 235 | int tipc_send_buf2port(u32 portref, struct tipc_portid const *dest, |
236 | struct sk_buff *buf, unsigned int dsz); | 236 | struct sk_buff *buf, unsigned int dsz); |
237 | 237 | ||
238 | int tipc_multicast(u32 portref, struct tipc_name_seq const *seq, u32 domain, | 238 | int tipc_multicast(u32 portref, struct tipc_name_seq const *seq, |
239 | unsigned int section_count, struct iovec const *msg); | 239 | unsigned int section_count, struct iovec const *msg); |
240 | 240 | ||
241 | int tipc_port_reject_sections(struct port *p_ptr, struct tipc_msg *hdr, | 241 | int tipc_port_reject_sections(struct port *p_ptr, struct tipc_msg *hdr, |