]> git.ipfire.org Git - thirdparty/linux.git/commit
ata: libata: Cleanup libata-transport
authorDamien Le Moal <dlemoal@kernel.org>
Mon, 19 Aug 2024 02:32:15 +0000 (11:32 +0900)
committerDamien Le Moal <dlemoal@kernel.org>
Sat, 7 Sep 2024 01:16:55 +0000 (10:16 +0900)
commitc494708d1f680027c7cbbaa670198179774f7d4d
tree3f157a1fefbea63eb08b1c317fb541ff19467e87
parent0f3e1eaaf7f97839ac65f525efec392161d73219
ata: libata: Cleanup libata-transport

Move the ATA link transport device related functions after the ATA
transport device related functions to avoid the need for forward
declaring ata_tdev_add() and ata_tdev_delete().

And while at it, do the following:
1) Change ata_is_ata_dev() and ata_is_link() to return a boolean
2) Fix a pointer declaration style in ata_is_ata_dev()
3) Improve the kdoc comments for ata_tdev_free(), ata_tdev_delete(),
   ata_tdev_add(), ata_tlink_delete() and ata_tlink_add()

No functional changes are introduced by this cleanup.

Signed-off-by: Damien Le Moal <dlemoal@kernel.org>
Reviewed-by: Hannes Reinecke <hare@suse.de>
Reviewed-by: Niklas Cassel <cassel@kernel.org>
drivers/ata/libata-transport.c