]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
docs: atomic_bitops.txt: add a title for this document
authorMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Wed, 10 Apr 2019 09:56:21 +0000 (06:56 -0300)
committerJonathan Corbet <corbet@lwn.net>
Thu, 11 Apr 2019 18:37:02 +0000 (12:37 -0600)
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>
Documentation/atomic_bitops.txt

index be70b32c95d918066ffa72dfa4a69e8b4e51a225..093cdaefdb3733ecd076b5ffbfe3ad880b2c3afd 100644 (file)
@@ -1,6 +1,6 @@
-
-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.