diff options
author | YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> | 2007-02-09 09:25:21 -0500 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-02-11 02:20:15 -0500 |
commit | c43072852649d8382b81237ce51195bcec36f24a (patch) | |
tree | 5e55d65bd4d1db35418d2990310bd2c765d60405 /net/tipc/port.h | |
parent | cca5172a7ec10dfdb0b787cd8e9d5b0b8f179793 (diff) |
[NET] TIPC: Fix whitespace errors.
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/tipc/port.h')
-rw-r--r-- | net/tipc/port.h | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/net/tipc/port.h b/net/tipc/port.h index 839f100da646..7ef4d64b32f7 100644 --- a/net/tipc/port.h +++ b/net/tipc/port.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | * net/tipc/port.h: Include file for TIPC port code | 2 | * net/tipc/port.h: Include file for TIPC port code |
3 | * | 3 | * |
4 | * Copyright (c) 1994-2006, Ericsson AB | 4 | * Copyright (c) 1994-2006, Ericsson AB |
5 | * Copyright (c) 2004-2005, Wind River Systems | 5 | * Copyright (c) 2004-2005, Wind River Systems |
6 | * All rights reserved. | 6 | * All rights reserved. |
@@ -52,17 +52,17 @@ | |||
52 | * <various callback routines> | 52 | * <various callback routines> |
53 | * @uport_list: adjacent user ports in list of ports held by user | 53 | * @uport_list: adjacent user ports in list of ports held by user |
54 | */ | 54 | */ |
55 | 55 | ||
56 | struct user_port { | 56 | struct user_port { |
57 | u32 user_ref; | 57 | u32 user_ref; |
58 | void *usr_handle; | 58 | void *usr_handle; |
59 | u32 ref; | 59 | u32 ref; |
60 | tipc_msg_err_event err_cb; | 60 | tipc_msg_err_event err_cb; |
61 | tipc_named_msg_err_event named_err_cb; | 61 | tipc_named_msg_err_event named_err_cb; |
62 | tipc_conn_shutdown_event conn_err_cb; | 62 | tipc_conn_shutdown_event conn_err_cb; |
63 | tipc_msg_event msg_cb; | 63 | tipc_msg_event msg_cb; |
64 | tipc_named_msg_event named_msg_cb; | 64 | tipc_named_msg_event named_msg_cb; |
65 | tipc_conn_msg_event conn_msg_cb; | 65 | tipc_conn_msg_event conn_msg_cb; |
66 | tipc_continue_event continue_event_cb; | 66 | tipc_continue_event continue_event_cb; |
67 | struct list_head uport_list; | 67 | struct list_head uport_list; |
68 | }; | 68 | }; |
@@ -113,7 +113,7 @@ struct port { | |||
113 | extern spinlock_t tipc_port_list_lock; | 113 | extern spinlock_t tipc_port_list_lock; |
114 | struct port_list; | 114 | struct port_list; |
115 | 115 | ||
116 | int tipc_port_recv_sections(struct port *p_ptr, u32 num_sect, | 116 | int tipc_port_recv_sections(struct port *p_ptr, u32 num_sect, |
117 | struct iovec const *msg_sect); | 117 | struct iovec const *msg_sect); |
118 | int tipc_port_reject_sections(struct port *p_ptr, struct tipc_msg *hdr, | 118 | int tipc_port_reject_sections(struct port *p_ptr, struct tipc_msg *hdr, |
119 | struct iovec const *msg_sect, u32 num_sect, | 119 | struct iovec const *msg_sect, u32 num_sect, |
@@ -133,9 +133,9 @@ static inline struct port *tipc_port_lock(u32 ref) | |||
133 | return (struct port *)tipc_ref_lock(ref); | 133 | return (struct port *)tipc_ref_lock(ref); |
134 | } | 134 | } |
135 | 135 | ||
136 | /** | 136 | /** |
137 | * tipc_port_unlock - unlock a port instance | 137 | * tipc_port_unlock - unlock a port instance |
138 | * | 138 | * |
139 | * Can use pointer instead of tipc_ref_unlock() since port is already locked. | 139 | * Can use pointer instead of tipc_ref_unlock() since port is already locked. |
140 | */ | 140 | */ |
141 | 141 | ||
@@ -164,7 +164,7 @@ static inline int tipc_port_congested(struct port *p_ptr) | |||
164 | return((p_ptr->sent - p_ptr->acked) >= (TIPC_FLOW_CONTROL_WIN * 2)); | 164 | return((p_ptr->sent - p_ptr->acked) >= (TIPC_FLOW_CONTROL_WIN * 2)); |
165 | } | 165 | } |
166 | 166 | ||
167 | /** | 167 | /** |
168 | * tipc_port_recv_msg - receive message from lower layer and deliver to port user | 168 | * tipc_port_recv_msg - receive message from lower layer and deliver to port user |
169 | */ | 169 | */ |
170 | 170 | ||
@@ -175,7 +175,7 @@ static inline int tipc_port_recv_msg(struct sk_buff *buf) | |||
175 | u32 destport = msg_destport(msg); | 175 | u32 destport = msg_destport(msg); |
176 | u32 dsz = msg_data_sz(msg); | 176 | u32 dsz = msg_data_sz(msg); |
177 | u32 err; | 177 | u32 err; |
178 | 178 | ||
179 | /* forward unresolved named message */ | 179 | /* forward unresolved named message */ |
180 | if (unlikely(!destport)) { | 180 | if (unlikely(!destport)) { |
181 | tipc_net_route_msg(buf); | 181 | tipc_net_route_msg(buf); |