projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9fda513
)
docs: atomic_bitops.txt: add a title for this document
author
Mauro Carvalho Chehab
<mchehab+samsung@kernel.org>
Wed, 10 Apr 2019 09:56:21 +0000
(06:56 -0300)
committer
Jonathan 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
patch
|
blob
|
history
diff --git
a/Documentation/atomic_bitops.txt
b/Documentation/atomic_bitops.txt
index be70b32c95d918066ffa72dfa4a69e8b4e51a225..093cdaefdb3733ecd076b5ffbfe3ad880b2c3afd 100644
(file)
--- a/
Documentation/atomic_bitops.txt
+++ b/
Documentation/atomic_bitops.txt
@@
-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.