aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorKevin Barnett <[email protected]>2022-02-01 15:48:23 -0600
committerMartin K. Petersen <[email protected]>2022-02-07 23:38:34 -0500
commit9e98e60bfca341f5f1bf425dbf68cb1a96b323c9 (patch)
tree321b07009ac1180cc6f81bd2b343d34587a463f0 /tools/perf/scripts/python/bin
parentb4dc06a9070e3ca9d18a33fe649df594832dde1a (diff)
scsi: smartpqi: Fix a typo in func pqi_aio_submit_io()
Use correct pqi_aio_path_request structure to calculate the offset to sg_descriptors. The function pqi_aio_submit_io() uses the pqi_raid_path_request structure to calculate the offset of the structure member sg_descriptors. This is incorrect. It should be using the pqi_aio_path_request structure instead. This typo is benign because the offsets are the same in both structures. Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Mike McGowen <[email protected]> Reviewed-by: Scott Teel <[email protected]> Signed-off-by: Kevin Barnett <[email protected]> Signed-off-by: Don Brace <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions