diff options
| author | Greg Kroah-Hartman <[email protected]> | 2023-03-13 19:29:13 +0100 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2023-03-23 13:21:38 +0100 |
| commit | 94a1150421940ff2e8113b5fa6837774777d5b3d (patch) | |
| tree | ee9542611d7fa604933ce0d9a623fcdf0e1ef9e3 /tools/perf/scripts/python/stackcollapse.py | |
| parent | c9a9f18d3ad8acb9f9d6b52b5e1922a70b48dc35 (diff) | |
vhost-vdpa: vhost_vdpa_alloc_domain() should be using a const struct bus_type *
The function, vhost_vdpa_alloc_domain(), has a pointer to a struct
bus_type, but it should be constant as the function it passes it to
expects it to be const, and the vhost code does not modify it in any
way.
Cc: "Michael S. Tsirkin" <[email protected]>
Cc: Jason Wang <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions