[PATCH 2/2] x86/sev: Fix CONFIG_SYSFS endif comment style
From: Thorsten Blum
Date: Tue Jul 07 2026 - 03:52:10 EST
Fix the CONFIG_SYSFS endif comment style.
Signed-off-by: Thorsten Blum <thorsten.blum@xxxxxxxxx>
---
arch/x86/coco/sev/core.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/x86/coco/sev/core.c b/arch/x86/coco/sev/core.c
index b7be9a8ab484..32c005315db3 100644
--- a/arch/x86/coco/sev/core.c
+++ b/arch/x86/coco/sev/core.c
@@ -1469,7 +1469,7 @@ static int __init sev_sysfs_init(void)
return ret;
}
arch_initcall(sev_sysfs_init);
-#endif // CONFIG_SYSFS
+#endif /* CONFIG_SYSFS */
static void free_shared_pages(void *buf, size_t sz)
{