From: Suren Baghdasaryan Date: Mon, 17 Feb 2025 16:16:45 +0000 (-0800) Subject: docs: fix title underlines in refcount-vs-atomic.rst X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=f75662f4825a8bd4f6b1694654fd2352ac3f3073;p=users%2Fjedix%2Flinux-maple.git docs: fix title underlines in refcount-vs-atomic.rst Fix title underlines for newly updated refcount-vs-atomic.rst Link: https://lkml.kernel.org/r/20250217161645.3137927-1-surenb@google.com Fixes: 03b412c8b184 ("refcount: provide ops for cases when object's memory can be reused") Signed-off-by: Suren Baghdasaryan Reported-by: Stephen Rothwell Cc: Christian Brauner Cc: David Hildenbrand Cc: David Howells Cc: Davidlohr Bueso Cc: Heiko Carstens Cc: Hugh Dickins Cc: Jann Horn Cc: Johannes Weiner Cc: Jonathan Corbet Cc: Klara Modin Cc: Liam R. Howlett Cc: Lokesh Gidra Cc: Lorenzo Stoakes Cc: Mateusz Guzik Cc: Matthew Wilcox Cc: Mel Gorman Cc: Michal Hocko Cc: Minchan Kim Cc: Oleg Nesterov Cc: Pasha Tatashin Cc: "Paul E . McKenney" Cc: Peter Xu Cc: Peter Zijlstra (Intel) Cc: Shakeel Butt Cc: Shivank Garg Cc: Sourav Panda Cc: Vlastimil Babka Cc: Wei Yang Cc: Will Deacon Signed-off-by: Andrew Morton --- diff --git a/Documentation/core-api/refcount-vs-atomic.rst b/Documentation/core-api/refcount-vs-atomic.rst index 9551a7bbfd38..94e628c1eb49 100644 --- a/Documentation/core-api/refcount-vs-atomic.rst +++ b/Documentation/core-api/refcount-vs-atomic.rst @@ -87,7 +87,7 @@ Memory ordering guarantee changes: case 2) - non-"Read/Modify/Write" (RMW) ops with release ordering -------------------------------------------- +----------------------------------------------------------------- Function changes: @@ -139,7 +139,7 @@ Memory ordering guarantees changes: case 6) - increment-based RMW ops with acquire ordering that return a value ------------------------------------------------------ +--------------------------------------------------------------------------- Function changes: