]> git.baikalelectronics.ru Git - kernel.git/commit
tipc: remove tipc_snprintf
authorRichard Alpe <richard.alpe@ericsson.com>
Mon, 9 Feb 2015 08:50:19 +0000 (09:50 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 9 Feb 2015 21:20:49 +0000 (13:20 -0800)
commitae9e60b6df93d31f936ccaa4c2ddc296cc667420
tree4859799a8311ecd637e2a582600af1057a78e08b
parentdf2ec9993a5cdbb47e9854ef6193aaa134ea59a4
tipc: remove tipc_snprintf

tipc_snprintf() was heavily utilized by the old netlink API which no
longer exists (now netlink compat).

In this patch we swap tipc_snprintf() to the identical scnprintf() in
the only remaining occurrence.

Signed-off-by: Richard Alpe <richard.alpe@ericsson.com>
Reviewed-by: Erik Hugne <erik.hugne@ericsson.com>
Reviewed-by: Ying Xue <ying.xue@windriver.com>
Reviewed-by: Jon Maloy <jon.maloy@ericsson.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/tipc/Makefile
net/tipc/bearer.c
net/tipc/core.h
net/tipc/log.c [deleted file]