[TIPC] Cleaned up info/warn/err macros
Signed-off-by: Per Liden <per.liden@nospam.ericsson.com>
This commit is contained in:
committed by
David S. Miller
parent
9ea1fd3c1a
commit
d0a14a9dbd
@@ -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);
|
||||
|
Reference in New Issue
Block a user