Skip to content

Commit

Permalink
scsi: libsas: docs: Remove notify_ha_event()
Browse files Browse the repository at this point in the history
The ->notify_ha_event() hook has long been removed from the libsas event
interface.

Remove it from documentation.

Link: https://lore.kernel.org/r/[email protected]
Fixes: 042ebd2 ("scsi: libsas: kill useless ha_event and do some cleanup")
Cc: [email protected]
Reviewed-by: John Garry <[email protected]>
Reviewed-by: Jack Wang <[email protected]>
Signed-off-by: Ahmed S. Darwish <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
  • Loading branch information
a-darwish authored and martinkpetersen committed Jan 23, 2021
1 parent 491152c commit 3f901c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Documentation/scsi/libsas.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 3f901c8

Please sign in to comment.