Skip to content

Commit 0435071

Browse files
tobluxingomolnar
authored andcommitted
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@linux.dev> Signed-off-by: Ingo Molnar <mingo@kernel.org> Reviewed-by: Kai Huang <kai.huang@intel.com> Link: https://patch.msgid.link/20251210125628.544916-1-thorsten.blum@linux.dev
1 parent ac87efc commit 0435071

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/x86/kernel/cpu/sgx/ioctl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ static int __sgx_encl_add_page(struct sgx_encl *encl,
242242
/*
243243
* If the caller requires measurement of the page as a proof for the content,
244244
* use EEXTEND to add a measurement for 256 bytes of the page. Repeat this
245-
* operation until the entire page is measured."
245+
* operation until the entire page is measured.
246246
*/
247247
static int __sgx_encl_extend(struct sgx_encl *encl,
248248
struct sgx_epc_page *epc_page)

0 commit comments

Comments
 (0)