Re: [PATCH net] qed: Fix printk option passed when printing ipv6 addresses

2017-07-11 Thread David Miller
From: Michal Kalderon Date: Sun, 9 Jul 2017 13:00:16 +0300 > The option "h" (host order ) exists for ipv4 only. > Remove the h when printing ipv6 addresses. > > Lead to the following smatch warning: > > drivers/net/ethernet/qlogic/qed/qed_iwarp.c:585

[PATCH net] qed: Fix printk option passed when printing ipv6 addresses

2017-07-09 Thread Michal Kalderon
The option "h" (host order ) exists for ipv4 only. Remove the h when printing ipv6 addresses. Lead to the following smatch warning: drivers/net/ethernet/qlogic/qed/qed_iwarp.c:585 qed_iwarp_print_tcp_ramrod() warn: '%pI6' can only be followed by c drivers/net/ethernet/qlogic/qed/qed_iwarp.c:1521