diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2013-06-17 10:54:47 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-06-17 15:53:01 -0700 |
commit | ae8509c420122866344bde1241e31858d0aa2fbc (patch) | |
tree | 5a026fe1729da4d5291951376683582cef9bf760 /net/tipc/msg.h | |
parent | c0fee8aca7206264d5e3dcc4e60aaf86501f4ea1 (diff) | |
download | linux-ae8509c420122866344bde1241e31858d0aa2fbc.tar.gz linux-ae8509c420122866344bde1241e31858d0aa2fbc.tar.bz2 linux-ae8509c420122866344bde1241e31858d0aa2fbc.zip |
tipc: cosmetic realignment of function arguments
No runtime code changes here. Just a realign of the function
arguments to start where the 1st one was, and fit as many args
as can be put in an 80 char line.
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/tipc/msg.h')
-rw-r--r-- | net/tipc/msg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/tipc/msg.h b/net/tipc/msg.h index 511019a77c9c..5e4ccf5c27df 100644 --- a/net/tipc/msg.h +++ b/net/tipc/msg.h @@ -719,8 +719,8 @@ static inline void msg_set_link_tolerance(struct tipc_msg *m, u32 n) } u32 tipc_msg_tot_importance(struct tipc_msg *m); -void tipc_msg_init(struct tipc_msg *m, u32 user, u32 type, - u32 hsize, u32 destnode); +void tipc_msg_init(struct tipc_msg *m, u32 user, u32 type, u32 hsize, + u32 destnode); int tipc_msg_build(struct tipc_msg *hdr, struct iovec const *msg_sect, u32 num_sect, unsigned int total_len, int max_size, struct sk_buff **buf); |