tipc: fix non-const printf format arguments
authorStephen Hemminger <shemminger@vyatta.com>
Thu, 19 Mar 2009 02:11:29 +0000 (19:11 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 19 Mar 2009 02:11:29 +0000 (19:11 -0700)
commit4b704d59d6fb152bcd0883b84af5936a29067f12
tree037d55170484c0140e86e76fbf4a07c7ad40501d
parentbeedad923ad6237f03265fdf86eb8a1b50d14ae9
tipc: fix non-const printf format arguments

Fix warnings from current gcc about using non-const strings as printf
args in TIPC. Compile tested only (not a TIPC user).

Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/tipc/bcast.c
net/tipc/bcast.h
net/tipc/dbg.c
net/tipc/node.c