aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/net.c
diff options
context:
space:
mode:
authorFrans Pop <[email protected]>2010-03-24 07:57:29 +0000
committerDavid S. Miller <[email protected]>2010-03-24 21:01:54 +0000
commita570f095eac34b7439eed2df6728381708c55bdc (patch)
tree43a20b6589c81438e88b19f98b5fe3baecc4e333 /net/tipc/net.c
parentnet: remove trailing space in messages (diff)
downloadkernel-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/net.c')
-rw-r--r--net/tipc/net.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tipc/net.c b/net/tipc/net.c
index f25b1cdb64eb..79ce8fa2b77a 100644
--- a/net/tipc/net.c
+++ b/net/tipc/net.c
@@ -291,6 +291,6 @@ void tipc_net_stop(void)
tipc_bclink_stop();
net_stop();
write_unlock_bh(&tipc_net_lock);
- info("Left network mode \n");
+ info("Left network mode\n");
}