Commit 49618364 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab Committed by Jonathan Corbet
Browse files

docs: atomic_bitops.txt: add a title for this document



This document misses a title. Add it, in order to follow
the documentation standard.

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent 9fda5130
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line

On atomic bitops.

=============
Atomic bitops
=============

While our bitmap_{}() functions are non-atomic, we have a number of operations
operating on single bits in a bitmap that are atomic.