diff options
author | Jakub Kicinski <kuba@kernel.org> | 2023-02-15 19:15:45 -0800 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2023-02-15 19:15:46 -0800 |
commit | 388a9c907a51489bf566165c72e4e8aa4d62ab49 (patch) | |
tree | ba1a4db8271cda59da2294bfc67fde2cc8505238 /include | |
parent | b6a4103c3538dec0a9ec8a6d1de7c009e428e7ab (diff) | |
parent | d0ab772c1f1558af84f3293a52e9e886e08e0754 (diff) |
Merge branch 'devlink-cleanups-and-move-devlink-health-functionality-to-separate-file'
Moshe Shemesh says:
====================
devlink: cleanups and move devlink health functionality to separate file
This patchset moves devlink health callbacks, helpers and related code
from leftover.c to new file health.c. About 1.3K LoC are moved by this
patchset, covering all devlink health functionality.
In addition this patchset includes a couple of small cleanups in devlink
health code and documentation update.
====================
Link: https://lore.kernel.org/r/1676392686-405892-1-git-send-email-moshe@nvidia.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/trace/events/devlink.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/trace/events/devlink.h b/include/trace/events/devlink.h index 24969184c534..77ff7cfc6049 100644 --- a/include/trace/events/devlink.h +++ b/include/trace/events/devlink.h @@ -88,7 +88,7 @@ TRACE_EVENT(devlink_health_report, __string(bus_name, devlink_to_dev(devlink)->bus->name) __string(dev_name, dev_name(devlink_to_dev(devlink))) __string(driver_name, devlink_to_dev(devlink)->driver->name) - __string(reporter_name, msg) + __string(reporter_name, reporter_name) __string(msg, msg) ), |