public inbox for linux-doc@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] docs: x86_64: fix a typo in fsgs.rst
@ 2024-03-04 21:56 Moody Liu
  2024-03-05  3:48 ` Andi Kleen
  0 siblings, 1 reply; 3+ messages in thread
From: Moody Liu @ 2024-03-04 21:56 UTC (permalink / raw)
  To: linux-doc, x86; +Cc: mingo, dave.hansen, tglx, ak, Moody Liu

The function name should be `_readgsbase_u64`.

Signed-off-by: Moody Liu <mooodyhunter@outlook.com>
---
 Documentation/arch/x86/x86_64/fsgs.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/arch/x86/x86_64/fsgs.rst b/Documentation/arch/x86/x86_64/fsgs.rst
index 50960e09e1f..92fde4cffff 100644
--- a/Documentation/arch/x86/x86_64/fsgs.rst
+++ b/Documentation/arch/x86/x86_64/fsgs.rst
@@ -130,7 +130,7 @@ instructions. Clang 5 supports them as well.
 
   =================== ===========================
   _readfsbase_u64()   Read the FS base register
-  _readfsbase_u64()   Read the GS base register
+  _readgsbase_u64()   Read the GS base register
   _writefsbase_u64()  Write the FS base register
   _writegsbase_u64()  Write the GS base register
   =================== ===========================
-- 
2.44.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] docs: x86_64: fix a typo in fsgs.rst
  2024-03-04 21:56 [PATCH] docs: x86_64: fix a typo in fsgs.rst Moody Liu
@ 2024-03-05  3:48 ` Andi Kleen
  2024-03-22 17:45   ` Moody Liu
  0 siblings, 1 reply; 3+ messages in thread
From: Andi Kleen @ 2024-03-05  3:48 UTC (permalink / raw)
  To: Moody Liu; +Cc: linux-doc, x86, mingo, dave.hansen, tglx

On Mon, Mar 04, 2024 at 09:56:07PM +0000, Moody Liu wrote:
> The function name should be `_readgsbase_u64`.

Acked-by: Andi Kleen <ak@linux.intel.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] docs: x86_64: fix a typo in fsgs.rst
  2024-03-05  3:48 ` Andi Kleen
@ 2024-03-22 17:45   ` Moody Liu
  0 siblings, 0 replies; 3+ messages in thread
From: Moody Liu @ 2024-03-22 17:45 UTC (permalink / raw)
  To: Andi Kleen
  Cc: linux-doc@vger.kernel.org, x86@kernel.org, mingo@redhat.com,
	dave.hansen@linux.intel.com, tglx@linutronix.de

On 3/5/24 03:48, Andi Kleen wrote:
> On Mon, Mar 04, 2024 at 09:56:07PM +0000, Moody Liu wrote:
>> The function name should be `_readgsbase_u64`.
> Acked-by: Andi Kleen <ak@linux.intel.com>

I'm wondering when can this tiny patch be merged.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-03-22 17:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-04 21:56 [PATCH] docs: x86_64: fix a typo in fsgs.rst Moody Liu
2024-03-05  3:48 ` Andi Kleen
2024-03-22 17:45   ` Moody Liu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox