[TIPC] Cleaned up info/warn/err macros

Signed-off-by: Per Liden <per.liden@nospam.ericsson.com>
This commit is contained in:
Per Liden
2006-01-11 13:52:51 +01:00
committed by David S. Miller
parent 9ea1fd3c1a
commit d0a14a9dbd
4 changed files with 7 additions and 7 deletions

View File

@@ -488,7 +488,7 @@ int subscr_start(void)
return 0;
failed:
err("Unable to create subscription service\n");
err("Failed to create subscription service\n");
tipc_detach(topsrv.user_ref);
topsrv.user_ref = 0;
spin_unlock_bh(&topsrv.lock);