aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/subscr.h
diff options
context:
space:
mode:
authorYOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>2007-02-09 23:25:21 +0900
committerDavid S. Miller <davem@sunset.davemloft.net>2007-02-10 23:20:15 -0800
commitc43072852649d8382b81237ce51195bcec36f24a (patch)
tree5e55d65bd4d1db35418d2990310bd2c765d60405 /net/tipc/subscr.h
parent[NET] SUNRPC: Fix whitespace errors. (diff)
downloadlinux-dev-c43072852649d8382b81237ce51195bcec36f24a.tar.xz
linux-dev-c43072852649d8382b81237ce51195bcec36f24a.zip
[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/subscr.h')
-rw-r--r--net/tipc/subscr.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/net/tipc/subscr.h b/net/tipc/subscr.h
index 1e5090465d2e..93a8e674fac1 100644
--- a/net/tipc/subscr.h
+++ b/net/tipc/subscr.h
@@ -1,6 +1,6 @@
/*
* net/tipc/subscr.h: Include file for TIPC subscription service
- *
+ *
* Copyright (c) 2003-2006, Ericsson AB
* Copyright (c) 2005, Wind River Systems
* All rights reserved.
@@ -48,7 +48,7 @@
* @timer_ref: reference to timer governing subscription duration (may be NULL)
* @owner: pointer to subscriber object associated with this subscription
*/
-
+
struct subscription {
struct tipc_name_seq seq;
u32 timeout;
@@ -60,15 +60,15 @@ struct subscription {
struct subscriber *owner;
};
-int tipc_subscr_overlap(struct subscription * sub,
- u32 found_lower,
+int tipc_subscr_overlap(struct subscription * sub,
+ u32 found_lower,
u32 found_upper);
-void tipc_subscr_report_overlap(struct subscription * sub,
- u32 found_lower,
+void tipc_subscr_report_overlap(struct subscription * sub,
+ u32 found_lower,
u32 found_upper,
- u32 event,
- u32 port_ref,
+ u32 event,
+ u32 port_ref,
u32 node,
int must_report);