]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - net/ipx/ipx_proc.c
ipx: remove unnecessary casting on ntohl
authorFabian Frederick <fabf@skynet.be>
Mon, 27 Oct 2014 19:55:08 +0000 (20:55 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 27 Oct 2014 20:03:53 +0000 (16:03 -0400)
commite0f36310f793333d667334bb580c0de8c943bae2
tree9e9a0c26347cd5f00079f705a9c6470c6abe8c87
parent5e96d788d93b90e6e1769fb9376ee28bcdc1a041
ipx: remove unnecessary casting on ntohl

use %08X instead of %08lX and remove casting.

Suggested-by: Joe Perches <joe@perches.com>
Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipx/ipx_proc.c