Home
last modified time | relevance | path

Searched hist:a5a82d841186d13c4a6d500dfcf7d02b4195e3ff (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/ipv6/
H A Droute.cdiff a5a82d841186d13c4a6d500dfcf7d02b4195e3ff Mon Jan 14 12:52:45 CST 2019 Jakub Kicinski <jakub.kicinski@netronome.com> ipv6: route: place a warning with duplicated string with correct extack

"IPv6: " prefix is already added by pr_fmt, no need to include
it again in the pr_warn() format. The message predates extack
support, we can replace the whole thing with an extack message.

Suggested-by: David Ahern <dsahern@gmail.com>
Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Reviewed-by: David Ahern <dsahern@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>