net: tftp: use correct printf codes
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 22 Feb 2020 07:43:40 +0000 (08:43 +0100)
committerJoe Hershberger <joe.hershberger@ni.com>
Mon, 9 Mar 2020 23:11:25 +0000 (18:11 -0500)
commit2bcc43b39b95447e8e137df78a1d39ede764caca
tree23985aec6c505c644a4e528dec224b631ee762a6
parenta7844953acc9711f71bc864f69f922e87ff2ee9f
net: tftp: use correct printf codes

When printing unsigned numbers use %u.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
net/tftp.c