commit | a5a82d841186d13c4a6d500dfcf7d02b4195e3ff | [log] [tgz] |
---|---|---|
author | Jakub Kicinski <jakub.kicinski@netronome.com> | Mon Jan 14 10:52:45 2019 -0800 |
committer | David S. Miller <davem@davemloft.net> | Wed Jan 16 14:06:34 2019 -0800 |
tree | 2fca4e777d08ac1e2e40f8c588c013ab37af665e | |
parent | 91fa038d9446b5bf5ea80822790af7dd9bcbb5a2 [diff] |
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>