diff options
| author | Frans Pop <[email protected]> | 2010-03-24 07:57:29 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2010-03-24 21:01:54 +0000 |
| commit | a570f095eac34b7439eed2df6728381708c55bdc (patch) | |
| tree | 43a20b6589c81438e88b19f98b5fe3baecc4e333 /net/tipc/node.c | |
| parent | net: remove trailing space in messages (diff) | |
| download | kernel-a570f095eac34b7439eed2df6728381708c55bdc.tar.gz kernel-a570f095eac34b7439eed2df6728381708c55bdc.zip | |
tipc: remove trailing space in messages
Signed-off-by: Frans Pop <[email protected]>
Cc: Per Liden <[email protected]>
Cc: Jon Maloy <[email protected]>
Cc: Allan Stephens <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/tipc/node.c')
| -rw-r--r-- | net/tipc/node.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tipc/node.c b/net/tipc/node.c index 2c24e7d6d950..17cc394f424f 100644 --- a/net/tipc/node.c +++ b/net/tipc/node.c @@ -278,7 +278,7 @@ struct tipc_node *tipc_node_attach_link(struct link *l_ptr) n_ptr->link_cnt++; return n_ptr; } - err("Attempt to establish second link on <%s> to %s \n", + err("Attempt to establish second link on <%s> to %s\n", l_ptr->b_ptr->publ.name, addr_string_fill(addr_string, l_ptr->addr)); } |
