Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8d814961 authored by Andrea Gelmini's avatar Andrea Gelmini Committed by Jiri Kosina
Browse files

drivers: scsi: fix typo in comment

parent de7fd0fc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -867,7 +867,7 @@ void asd_build_initiate_link_adm_task(struct asd_ascb *ascb, int phy_id,
 * resources they have with this SCB, and then call this one at the
 * end of their timeout function.  To do this, one should initialize
 * the ascb->timer.{function, data, expires} prior to calling the post
 * funcion.  The timer is started by the post function.
 * function. The timer is started by the post function.
 */
void asd_ascb_timedout(unsigned long data)
{