Skip to content

Commit

Permalink
kernel: concurrency: Drop an extra space
Browse files Browse the repository at this point in the history
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
  • Loading branch information
miquelraynal authored and tpetazzoni committed Oct 29, 2021
1 parent d76e02c commit a26a0d2
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -122,7 +122,7 @@ \section{Concurrent Access to Resources: Locking}
\begin{itemize}
\item \mint{c}+DEFINE_SPINLOCK(my_lock);+
\end{itemize}
\item Dynamically (the usual case, on a per-device basis)
\item Dynamically (the usual case, on a per-device basis)
\begin{itemize}
\item \mint{c}+void spin_lock_init(spinlock_t *lock);+
\end{itemize}
Expand Down

0 comments on commit a26a0d2

Please sign in to comment.