diff options
author | Jacob Keller <[email protected]> | 2023-02-09 14:20:45 -0800 |
---|---|---|
committer | David S. Miller <[email protected]> | 2023-02-13 09:37:29 +0000 |
commit | 6d86bb0a5cb82bd459b017f180bdc47bec561b2d (patch) | |
tree | cf9b661fda04e864e927705db4611d4dda305298 /tools/perf/scripts/python/check-perf-trace.py | |
parent | 68762148d1b011d47bc2ceed7321739b5aea1e63 (diff) |
devlink: stop using NL_SET_ERR_MSG_MOD
NL_SET_ERR_MSG_MOD inserts the KBUILD_MODNAME and a ':' before the actual
extended error message. The devlink feature hasn't been able to be compiled
as a module since commit f4b6bcc7002f ("net: devlink: turn devlink into a
built-in").
Stop using NL_SET_ERR_MSG_MOD, and just use the base NL_SET_ERR_MSG. This
aligns the extended error messages better with the NL_SET_ERR_MSG_ATTR
messages as well.
Signed-off-by: Jacob Keller <[email protected]>
Acked-by: Jakub Kicinski <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions