lkml.org 
[lkml]   [2021]   [Jun]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] hexagon: cmpxchg: fix comment after rename of a documentation file
Date
Fix comment text after the rename of a document file from .txt to .rst.

Fixes: 387b14684f94 ("docs: locking: convert docs to ReST and rename to *.rst")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Brian Cain <bcain@codeaurora.org>
Cc: linux-hexagon@vger.kernel.org
Cc: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
---
arch/hexagon/include/asm/cmpxchg.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-next-20210625.orig/arch/hexagon/include/asm/cmpxchg.h
+++ linux-next-20210625/arch/hexagon/include/asm/cmpxchg.h
@@ -46,7 +46,7 @@ static inline unsigned long __xchg(unsig
sizeof(*(ptr))))

/*
- * see rt-mutex-design.txt; cmpxchg supposedly checks if *ptr == A and swaps.
+ * see rt-mutex-design.rst; cmpxchg supposedly checks if *ptr == A and swaps.
* looks just like atomic_cmpxchg on our arch currently with a bunch of
* variable casting.
*/
\
 
 \ /
  Last update: 2021-06-28 05:02    [W:2.592 / U:1.408 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site