You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
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>
This commit is contained in:
committed by
David S. Miller
parent
c0fee8aca7
commit
ae8509c420
+3
-4
@@ -70,8 +70,7 @@ struct tipc_link_req {
|
||||
* @dest_domain: network domain of node(s) which should respond to message
|
||||
* @b_ptr: ptr to bearer issuing message
|
||||
*/
|
||||
static struct sk_buff *tipc_disc_init_msg(u32 type,
|
||||
u32 dest_domain,
|
||||
static struct sk_buff *tipc_disc_init_msg(u32 type, u32 dest_domain,
|
||||
struct tipc_bearer *b_ptr)
|
||||
{
|
||||
struct sk_buff *buf = tipc_buf_acquire(INT_H_SIZE);
|
||||
@@ -346,8 +345,8 @@ exit:
|
||||
*
|
||||
* Returns 0 if successful, otherwise -errno.
|
||||
*/
|
||||
int tipc_disc_create(struct tipc_bearer *b_ptr,
|
||||
struct tipc_media_addr *dest, u32 dest_domain)
|
||||
int tipc_disc_create(struct tipc_bearer *b_ptr, struct tipc_media_addr *dest,
|
||||
u32 dest_domain)
|
||||
{
|
||||
struct tipc_link_req *req;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user