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/core.c | |
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/core.c')
-rw-r--r-- | net/tipc/core.c | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/net/tipc/core.c b/net/tipc/core.c index 6f5b7ee31180..d2d7d32c02c7 100644 --- a/net/tipc/core.c +++ b/net/tipc/core.c | |||
@@ -89,7 +89,7 @@ int tipc_mode = TIPC_NOT_RUNNING; | |||
89 | int tipc_random; | 89 | int tipc_random; |
90 | atomic_t tipc_user_count = ATOMIC_INIT(0); | 90 | atomic_t tipc_user_count = ATOMIC_INIT(0); |
91 | 91 | ||
92 | const char tipc_alphabet[] = | 92 | const char tipc_alphabet[] = |
93 | "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789_."; | 93 | "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789_."; |
94 | 94 | ||
95 | /* configurable TIPC parameters */ | 95 | /* configurable TIPC parameters */ |
@@ -171,13 +171,13 @@ int tipc_core_start(void) | |||
171 | get_random_bytes(&tipc_random, sizeof(tipc_random)); | 171 | get_random_bytes(&tipc_random, sizeof(tipc_random)); |
172 | tipc_mode = TIPC_NODE_MODE; | 172 | tipc_mode = TIPC_NODE_MODE; |
173 | 173 | ||
174 | if ((res = tipc_handler_start()) || | 174 | if ((res = tipc_handler_start()) || |
175 | (res = tipc_ref_table_init(tipc_max_ports + tipc_max_subscriptions, | 175 | (res = tipc_ref_table_init(tipc_max_ports + tipc_max_subscriptions, |
176 | tipc_random)) || | 176 | tipc_random)) || |
177 | (res = tipc_reg_start()) || | 177 | (res = tipc_reg_start()) || |
178 | (res = tipc_nametbl_init()) || | 178 | (res = tipc_nametbl_init()) || |
179 | (res = tipc_k_signal((Handler)tipc_subscr_start, 0)) || | 179 | (res = tipc_k_signal((Handler)tipc_subscr_start, 0)) || |
180 | (res = tipc_k_signal((Handler)tipc_cfg_init, 0)) || | 180 | (res = tipc_k_signal((Handler)tipc_cfg_init, 0)) || |
181 | (res = tipc_netlink_start()) || | 181 | (res = tipc_netlink_start()) || |
182 | (res = tipc_socket_init())) { | 182 | (res = tipc_socket_init())) { |
183 | tipc_core_stop(); | 183 | tipc_core_stop(); |
@@ -191,7 +191,7 @@ static int __init tipc_init(void) | |||
191 | int res; | 191 | int res; |
192 | 192 | ||
193 | tipc_log_reinit(CONFIG_TIPC_LOG); | 193 | tipc_log_reinit(CONFIG_TIPC_LOG); |
194 | info("Activated (version " TIPC_MOD_VER | 194 | info("Activated (version " TIPC_MOD_VER |
195 | " compiled " __DATE__ " " __TIME__ ")\n"); | 195 | " compiled " __DATE__ " " __TIME__ ")\n"); |
196 | 196 | ||
197 | tipc_own_addr = 0; | 197 | tipc_own_addr = 0; |
@@ -207,9 +207,9 @@ static int __init tipc_init(void) | |||
207 | 207 | ||
208 | if ((res = tipc_core_start())) | 208 | if ((res = tipc_core_start())) |
209 | err("Unable to start in single node mode\n"); | 209 | err("Unable to start in single node mode\n"); |
210 | else | 210 | else |
211 | info("Started in single node mode\n"); | 211 | info("Started in single node mode\n"); |
212 | return res; | 212 | return res; |
213 | } | 213 | } |
214 | 214 | ||
215 | static void __exit tipc_exit(void) | 215 | static void __exit tipc_exit(void) |
@@ -268,11 +268,11 @@ EXPORT_SYMBOL(tipc_available_nodes); | |||
268 | /* TIPC API for external bearers (see tipc_bearer.h) */ | 268 | /* TIPC API for external bearers (see tipc_bearer.h) */ |
269 | 269 | ||
270 | EXPORT_SYMBOL(tipc_block_bearer); | 270 | EXPORT_SYMBOL(tipc_block_bearer); |
271 | EXPORT_SYMBOL(tipc_continue); | 271 | EXPORT_SYMBOL(tipc_continue); |
272 | EXPORT_SYMBOL(tipc_disable_bearer); | 272 | EXPORT_SYMBOL(tipc_disable_bearer); |
273 | EXPORT_SYMBOL(tipc_enable_bearer); | 273 | EXPORT_SYMBOL(tipc_enable_bearer); |
274 | EXPORT_SYMBOL(tipc_recv_msg); | 274 | EXPORT_SYMBOL(tipc_recv_msg); |
275 | EXPORT_SYMBOL(tipc_register_media); | 275 | EXPORT_SYMBOL(tipc_register_media); |
276 | 276 | ||
277 | /* TIPC API for external APIs (see tipc_port.h) */ | 277 | /* TIPC API for external APIs (see tipc_port.h) */ |
278 | 278 | ||