]> Pileus Git - ~andy/linux/blobdiff - net/tipc/subscr.h
tipc: cosmetic realignment of function arguments
[~andy/linux] / net / tipc / subscr.h
index 43e6d6332a0272b83bece37c6067adad497faff5..393e417bee3f51f8703047cdf6ac6a2a6b8654be 100644 (file)
@@ -67,17 +67,12 @@ struct tipc_subscription {
        struct tipc_event evt;
 };
 
-int tipc_subscr_overlap(struct tipc_subscription *sub,
-                       u32 found_lower,
+int tipc_subscr_overlap(struct tipc_subscription *sub, u32 found_lower,
                        u32 found_upper);
 
-void tipc_subscr_report_overlap(struct tipc_subscription *sub,
-                               u32 found_lower,
-                               u32 found_upper,
-                               u32 event,
-                               u32 port_ref,
-                               u32 node,
-                               int must_report);
+void tipc_subscr_report_overlap(struct tipc_subscription *sub, u32 found_lower,
+                               u32 found_upper, u32 event, u32 port_ref,
+                               u32 node, int must);
 
 int tipc_subscr_start(void);