From: Mauro Carvalho Chehab Date: Wed, 10 Apr 2019 09:56:21 +0000 (-0300) Subject: docs: atomic_bitops.txt: add a title for this document X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=49618364689cdfb89985e6fe8d21ba4079f947fc;p=linux.git 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 Signed-off-by: Jonathan Corbet --- diff --git a/Documentation/atomic_bitops.txt b/Documentation/atomic_bitops.txt index be70b32c95d91..093cdaefdb373 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.