From f75662f4825a8bd4f6b1694654fd2352ac3f3073 Mon Sep 17 00:00:00 2001 From: Suren Baghdasaryan Date: Mon, 17 Feb 2025 08:16:45 -0800 Subject: [PATCH] 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 --- Documentation/core-api/refcount-vs-atomic.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/core-api/refcount-vs-atomic.rst b/Documentation/core-api/refcount-vs-atomic.rst index 9551a7bbfd382..94e628c1eb497 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: -- 2.50.1