1
0
Fork 0

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: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
hifive-unleashed-5.2
Mauro Carvalho Chehab 2019-04-10 06:56:21 -03:00 committed by Jonathan Corbet
parent 9fda5130d3
commit 4961836468
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
=============
On atomic bitops. Atomic bitops
=============
While our bitmap_{}() functions are non-atomic, we have a number of operations While our bitmap_{}() functions are non-atomic, we have a number of operations
operating on single bits in a bitmap that are atomic. operating on single bits in a bitmap that are atomic.