diff options
author | Damien Le Moal <dlemoal@kernel.org> | 2025-04-18 15:40:14 +0900 |
---|---|---|
committer | Damien Le Moal <dlemoal@kernel.org> | 2025-04-22 16:05:14 +0900 |
commit | db91586b1e8f36122a9e5b8fbced11741488dd22 (patch) | |
tree | fb178ab08b201e73c42acb5e2f124266df8e462f /tools/lib/traceevent/plugins/plugin_function.c | |
parent | 399eab7f92fb73ffe621294a2d6bec8fc9f3b36b (diff) | |
download | linux-db91586b1e8f36122a9e5b8fbced11741488dd22.tar.gz linux-db91586b1e8f36122a9e5b8fbced11741488dd22.tar.bz2 linux-db91586b1e8f36122a9e5b8fbced11741488dd22.zip |
ata: libata-scsi: Fix ata_mselect_control_ata_feature() return type
The function ata_mselect_control_ata_feature() has a return type defined
as unsigned int but this function may return negative error codes, which
are correctly propagated up the call chain as integers.
Fix ata_mselect_control_ata_feature() to have the correct int return
type.
While at it, also fix a typo in this function description comment.
Fixes: df60f9c64576 ("scsi: ata: libata: Add ATA feature control sub-page translation")
Cc: stable@vger.kernel.org
Signed-off-by: Damien Le Moal <dlemoal@kernel.org>
Reviewed-by: Niklas Cassel <cassel@kernel.org>
Reviewed-by: Igor Pylypiv <ipylypiv@google.com>
Diffstat (limited to 'tools/lib/traceevent/plugins/plugin_function.c')
0 files changed, 0 insertions, 0 deletions