Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
net: hippi:Fix misuse of %x in rrunner.c
The pointer should be printed with %p or %px rather than cast to unsigned long type and printed with %08lx. Change %08lx to %p to print the pointer. Signed-off-by: Fuqian Huang <huangfq.daxian@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
- Loading branch information