From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-179.mta0.migadu.com (out-179.mta0.migadu.com [91.218.175.179]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 52F9E3D564A for ; Mon, 27 Jul 2026 10:09:09 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.179 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785146950; cv=none; b=UpPAg5qOEJzZ8p82P0G8rCDERT//cIOxgZ35psRtJtYEaeEf9bJ5TyF/P/uYO6U9zzsQwTzbxzxpRhQEdnPZogzjZe9OameHc5v3eTiAluKwceGZGFS5g6w3IdaTP0isabSJIzbyq01h/fpvyRWa9H3HlkQn0ay2eBMGvxTww5o= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785146950; c=relaxed/simple; bh=kfZzxqs/ryFWu6DA50OEA6F0un2scRPqSAf7V9nzc+I=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=h/jCHzWhwgofXWJe7DYX4Clc10SzAxAYh/UMyeFIrDnjcfvJbvMg4kz+l3W09IKsL1HW+Q+7e2hRlPUdS8ErEyz8ZBZuRYCn4w/Ph1lWEzULVI6AWG0FTeMspdpAOYAMsGyFNDmDHdQOZj3ZXQptEdU1PHeD7G8/Wbfus4WK54Y= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=XUqPwLex; arc=none smtp.client-ip=91.218.175.179 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="XUqPwLex" X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1785146947; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=RvnhBNxwhU6jHoQhmmSUFaNpevktjiNKHeg5dP2/b1E=; b=XUqPwLexrczoXn/BJScCZomG+y1qqL0KSMXgacfxmeGm6jKN9BrSSe4j1qFEKzJPlKC4WT 8kN3MEMR2S28jOqntQ+qsvfNXsd1vsKzAWZU9UcM92SMlDbZ8XXuRNMcML6hl6UwoD2MZM u7BMVY6nXA1x27zobl4Tntrbu1xzGqA= From: Thorsten Blum To: Thomas Gleixner , Ingo Molnar , Borislav Petkov , Dave Hansen , x86@kernel.org, "H. Peter Anvin" , Tom Lendacky , Neeraj Upadhyay , Kishon Vijay Abraham I , Ard Biesheuvel Cc: Thorsten Blum , linux-kernel@vger.kernel.org Subject: [PATCH v2 2/2] x86/sev: Fix CONFIG_SYSFS endif comment style Date: Mon, 27 Jul 2026 12:08:37 +0200 Message-ID: <20260727100837.411342-4-thorsten.blum@linux.dev> In-Reply-To: <20260727100837.411342-3-thorsten.blum@linux.dev> References: <20260727100837.411342-3-thorsten.blum@linux.dev> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-Developer-Signature: v=1; a=openpgp-sha256; l=620; i=thorsten.blum@linux.dev; h=from:subject; bh=kfZzxqs/ryFWu6DA50OEA6F0un2scRPqSAf7V9nzc+I=; b=owGbwMvMwCUWt7pQ4caZUj3G02pJDFnpemoH76eaM1r/C6k7zpSkvNpm5+H7rSxa3ApbFDf8u 3vyjEt5RykLgxgXg6yYIsuDWT9m+JbWVG4yidgJM4eVCWQIAxenAEzk02uGf7oiB3jviPNpbmGR aOPg26ml4N1THrTt9KEJ2aq2M+W/djL8M96SsODG7hWLYyYGeJ7qWn54YqPxedYLtSb5wvM6GOX fMAIA X-Developer-Key: i=thorsten.blum@linux.dev; a=openpgp; fpr=1D60735E8AEF3BE473B69D84733678FD8DFEEAD4 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT Fix the CONFIG_SYSFS endif comment style. Signed-off-by: Thorsten Blum --- 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) {