]> git.baikalelectronics.ru Git - kernel.git/commit
net: devlink: use NL_SET_ERR_MSG_MOD instead of NL_SET_ERR_MSG
authorJiri Pirko <jiri@mellanox.com>
Sat, 28 Mar 2020 18:25:29 +0000 (19:25 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 30 Mar 2020 18:07:39 +0000 (11:07 -0700)
commit7ddb8e88a93cd0c3d45b0a953b0748b98876d7d1
treee0f4f0e48a0b56c8060e3468ca7eea4cdf73bbd5
parent257ef596241c0bde4f7b774c911a32137824b782
net: devlink: use NL_SET_ERR_MSG_MOD instead of NL_SET_ERR_MSG

The rest of the devlink code sets the extack message using
NL_SET_ERR_MSG_MOD. Change the existing appearances of NL_SET_ERR_MSG
to NL_SET_ERR_MSG_MOD.

Signed-off-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/devlink.c