[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20210628030122.11180-1-rdunlap@infradead.org>
Date: Sun, 27 Jun 2021 20:01:22 -0700
From: Randy Dunlap <rdunlap@...radead.org>
To: linux-kernel@...r.kernel.org
Cc: Randy Dunlap <rdunlap@...radead.org>,
Brian Cain <bcain@...eaurora.org>,
linux-hexagon@...r.kernel.org,
Mauro Carvalho Chehab <mchehab+samsung@...nel.org>
Subject: [PATCH] hexagon: cmpxchg: fix comment after rename of a documentation file
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@...radead.org>
Cc: Brian Cain <bcain@...eaurora.org>
Cc: linux-hexagon@...r.kernel.org
Cc: Mauro Carvalho Chehab <mchehab+samsung@...nel.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.
*/
Powered by blists - more mailing lists