Re: [PATCH for-next 2/4] devlink: fix print of uint64_t

2019-02-11 Thread Jiri Pirko
Sun, Feb 10, 2019 at 07:28:47PM CET, a...@mellanox.com wrote: > This patch prints uint64_t with its corresponding format and avoid implicit > cast to uint32_t. Drop the space at the beginning of the lines. Otherwise this looks fine. Acked-by: Jiri Pirko

Re: [PATCH for-next 2/4] devlink: fix print of uint64_t

2019-02-10 Thread David Ahern
On 2/10/19 1:34 PM, Stephen Hemminger wrote: > On Sun, 10 Feb 2019 20:28:47 +0200 > Aya Levin wrote: > >> This patch prints uint64_t with its corresponding format and avoid implicit >> cast to uint32_t. >> >> Signed-off-by: Aya Levin >> Reviewed-by: Moshe Shemesh >> Reported-by: Maria Pasechn

Re: [PATCH for-next 2/4] devlink: fix print of uint64_t

2019-02-10 Thread Stephen Hemminger
On Sun, 10 Feb 2019 20:28:47 +0200 Aya Levin wrote: > This patch prints uint64_t with its corresponding format and avoid implicit > cast to uint32_t. > > Signed-off-by: Aya Levin > Reviewed-by: Moshe Shemesh > Reported-by: Maria Pasechnik > --- > devlink/devlink.c | 9 - > 1 file c

[PATCH for-next 2/4] devlink: fix print of uint64_t

2019-02-10 Thread Aya Levin
This patch prints uint64_t with its corresponding format and avoid implicit cast to uint32_t. Signed-off-by: Aya Levin Reviewed-by: Moshe Shemesh Reported-by: Maria Pasechnik --- devlink/devlink.c | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/devlink/devlink.c b