diff options
author | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-04-10 06:56:21 -0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2019-04-11 12:37:02 -0600 |
commit | 49618364689cdfb89985e6fe8d21ba4079f947fc (patch) | |
tree | 36bcab8af069e7a8489468302f41d574cdd22d53 /Documentation/atomic_bitops.txt | |
parent | 9fda5130d31cd0c008560122ca147034e504b63b (diff) |
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>
Diffstat (limited to 'Documentation/atomic_bitops.txt')
-rw-r--r-- | Documentation/atomic_bitops.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/atomic_bitops.txt b/Documentation/atomic_bitops.txt index be70b32c95d9..093cdaefdb37 100644 --- 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. |