mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] ata: libata-scsi: Fix ata_scsi_hotplug() reference in kernel-doc
@ 2026-09-12 10:12 Karl Mehltretter
  2026-09-12 11:00 ` Damien Le Moal
  2026-09-12 11:31 ` Niklas Cassel
  0 siblings, 2 replies; 3+ messages in thread
From: Karl Mehltretter @ 2026-09-12 10:12 UTC (permalink / raw)
  To: Damien Le Moal, Niklas Cassel
  Cc: Karl Mehltretter, Tejun Heo, linux-ide, linux-kernel

The ata_scsi_remove_dev() comment misspells its caller as
ata_eh_scsi_hotplug(). The caller is ata_scsi_hotplug(). Correct the
reference, which predates libata's move from drivers/scsi to
drivers/ata.

Fixes: 580b2102327a ("[PATCH] libata-hp: implement SCSI part of hotplug")
Assisted-by: LLM
Signed-off-by: Karl Mehltretter <kmehltretter@gmail.com>
---
 drivers/ata/libata-scsi.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/ata/libata-scsi.c b/drivers/ata/libata-scsi.c
index b3666519b648dc039b1f85938f3a5b7ba201b1e5..db43fd7b6418205ca8e882c6f18a89ba3af9acb7 100644
--- a/drivers/ata/libata-scsi.c
+++ b/drivers/ata/libata-scsi.c
@@ -5382,7 +5382,7 @@ bool ata_scsi_offline_dev(struct ata_device *dev)
  *	ata_scsi_remove_dev - remove attached SCSI device
  *	@dev: ATA device to remove attached SCSI device for
  *
- *	This function is called from ata_eh_scsi_hotplug() and
+ *	This function is called from ata_scsi_hotplug() and
  *	responsible for removing the SCSI device attached to @dev.
  *
  *	LOCKING:
-- 
2.39.5 (Apple Git-154)


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-09-12 11:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-12 10:12 [PATCH] ata: libata-scsi: Fix ata_scsi_hotplug() reference in kernel-doc Karl Mehltretter
2026-09-12 11:00 ` Damien Le Moal
2026-09-12 11:31 ` Niklas Cassel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®