[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <176562043757.498.4297505161089176946.tip-bot2@tip-bot2>
Date: Sat, 13 Dec 2025 10:07:17 -0000
From: "tip-bot2 for Thorsten Blum" <tip-bot2@...utronix.de>
To: linux-tip-commits@...r.kernel.org
Cc: Thorsten Blum <thorsten.blum@...ux.dev>, Ingo Molnar <mingo@...nel.org>,
Kai Huang <kai.huang@...el.com>, x86@...nel.org, linux-kernel@...r.kernel.org
Subject: [tip: x86/urgent] x86/sgx: Remove unmatched quote in
__sgx_encl_extend function comment
The following commit has been merged into the x86/urgent branch of tip:
Commit-ID: 043507144ae13d3b882d40495d101bb4c4990d98
Gitweb: https://git.kernel.org/tip/043507144ae13d3b882d40495d101bb4c4990d98
Author: Thorsten Blum <thorsten.blum@...ux.dev>
AuthorDate: Wed, 10 Dec 2025 13:56:28 +01:00
Committer: Ingo Molnar <mingo@...nel.org>
CommitterDate: Sat, 13 Dec 2025 11:01:16 +01:00
x86/sgx: Remove unmatched quote in __sgx_encl_extend function comment
There is no opening quote. Remove the unmatched closing quote.
Signed-off-by: Thorsten Blum <thorsten.blum@...ux.dev>
Signed-off-by: Ingo Molnar <mingo@...nel.org>
Reviewed-by: Kai Huang <kai.huang@...el.com>
Link: https://patch.msgid.link/20251210125628.544916-1-thorsten.blum@linux.dev
---
arch/x86/kernel/cpu/sgx/ioctl.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/x86/kernel/cpu/sgx/ioctl.c b/arch/x86/kernel/cpu/sgx/ioctl.c
index 66f1efa..9322a92 100644
--- a/arch/x86/kernel/cpu/sgx/ioctl.c
+++ b/arch/x86/kernel/cpu/sgx/ioctl.c
@@ -242,7 +242,7 @@ static int __sgx_encl_add_page(struct sgx_encl *encl,
/*
* If the caller requires measurement of the page as a proof for the content,
* use EEXTEND to add a measurement for 256 bytes of the page. Repeat this
- * operation until the entire page is measured."
+ * operation until the entire page is measured.
*/
static int __sgx_encl_extend(struct sgx_encl *encl,
struct sgx_epc_page *epc_page)
Powered by blists - more mailing lists