diff mbox series

[01/11] Documentation: scsi: libsas: Remove notify_ha_event()

Message ID 20201218204354.586951-2-a.darwish@linutronix.de
State Superseded
Headers show
Series scsi: libsas: Remove in_interrupt() check | expand

Commit Message

Ahmed S. Darwish Dec. 18, 2020, 8:43 p.m. UTC
The ->notify_ha_event() hook has long been removed from the libsas event
interface.

Remove it from documentation.

Fixes: 042ebd293b86 ("scsi: libsas: kill useless ha_event and do some cleanup")
Signed-off-by: Ahmed S. Darwish <a.darwish@linutronix.de>
Cc: stable@vger.kernel.org
Cc: John Garry <john.garry@huawei.com>
Cc: Jason Yan <yanaijie@huawei.com>
---
 Documentation/scsi/libsas.rst | 1 -
 1 file changed, 1 deletion(-)

Comments

John Garry Dec. 21, 2020, 9:10 a.m. UTC | #1
On 18/12/2020 20:43, Ahmed S. Darwish wrote:
> The ->notify_ha_event() hook has long been removed from the libsas event

> interface.

> 

> Remove it from documentation.

> 

> Fixes: 042ebd293b86 ("scsi: libsas: kill useless ha_event and do some cleanup")

> Signed-off-by: Ahmed S. Darwish<a.darwish@linutronix.de>

> Cc:stable@vger.kernel.org

> Cc: John Garry<john.garry@huawei.com>

> Cc: Jason Yan<yanaijie@huawei.com>


Reviewed-by: John Garry <john.garry@huawei.com>
diff mbox series

Patch

diff --git a/Documentation/scsi/libsas.rst b/Documentation/scsi/libsas.rst
index 7216b5d25800..f9b77c7879db 100644
--- a/Documentation/scsi/libsas.rst
+++ b/Documentation/scsi/libsas.rst
@@ -189,7 +189,6 @@  num_phys
 The event interface::
 
 	/* LLDD calls these to notify the class of an event. */
-	void (*notify_ha_event)(struct sas_ha_struct *, enum ha_event);
 	void (*notify_port_event)(struct sas_phy *, enum port_event);
 	void (*notify_phy_event)(struct sas_phy *, enum phy_event);