Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

authored by

Thorsten Blum and committed by
Ingo Molnar
04350714 ac87efcf

+1 -1
+1 -1
arch/x86/kernel/cpu/sgx/ioctl.c
··· 242 242 /* 243 243 * If the caller requires measurement of the page as a proof for the content, 244 244 * 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. 246 246 */ 247 247 static int __sgx_encl_extend(struct sgx_encl *encl, 248 248 struct sgx_epc_page *epc_page)