[PATCH v2 2/2] x86/sev: Fix CONFIG_SYSFS endif comment style

From: Thorsten Blum

Date: Mon Jul 27 2026 - 06:16:13 EST


Fix the CONFIG_SYSFS endif comment style.

Signed-off-by: Thorsten Blum <thorsten.blum@xxxxxxxxx>
---
No changes in patch 2/2.
---
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 6c050417f5d5..e8b2ae795d6a 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)
{