Skip to content

Commit

Permalink
slides: kernel: Fixup atmel-i2c driver link
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Kocialkowski <[email protected]>
  • Loading branch information
paulkocialkowski committed Sep 13, 2023
1 parent 9cd9999 commit af392fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ \subsection{Interrupt Management}
triggered with \kfunc{queue_work} when using a dedicated queue or
\kfunc{schedule_work} when using the default queue
\item The complete API is in \kfile{include/linux/workqueue.h}
\item Example (\kfile{drivers/crypto/atmel-i2c}):
\item Example (\kfile{drivers/crypto/atmel-i2c.c}):
\begin{minted}[fontsize=\small]{c}
INIT_WORK(&work_data->work, atmel_i2c_work_handler);
schedule_work(&work_data->work);
Expand Down

0 comments on commit af392fd

Please sign in to comment.