Messages in this thread |  | | Date | Sun, 21 Apr 2019 10:37:59 -0700 (PDT) | Subject | Re: [PATCH v2 05/06] net: hippi:Fix misuse of %x in rrunner.c | From | David Miller <> |
| |
From: Fuqian Huang <huangfq.daxian@gmail.com> Date: Sun, 21 Apr 2019 19:48:26 +0800
> 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>
Applied to net-next.
|  |