[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <176405919694.498.3991936524620420861.tip-bot2@tip-bot2>
Date: Tue, 25 Nov 2025 08:26:36 -0000
From: "tip-bot2 for Randy Dunlap" <tip-bot2@...utronix.de>
To: linux-tip-commits@...r.kernel.org
Cc: Randy Dunlap <rdunlap@...radead.org>,
"Borislav Petkov (AMD)" <bp@...en8.de>, x86@...nel.org,
linux-kernel@...r.kernel.org
Subject: [tip: x86/sev] x86/cc: Fix enum spelling to fix kernel-doc warnings
The following commit has been merged into the x86/sev branch of tip:
Commit-ID: 73029e73ccd07b64905f441d4f474a9bb91e7027
Gitweb: https://git.kernel.org/tip/73029e73ccd07b64905f441d4f474a9bb91e7027
Author: Randy Dunlap <rdunlap@...radead.org>
AuthorDate: Mon, 24 Nov 2025 18:27:30 -08:00
Committer: Borislav Petkov (AMD) <bp@...en8.de>
CommitterDate: Tue, 25 Nov 2025 09:17:13 +01:00
x86/cc: Fix enum spelling to fix kernel-doc warnings
Make the enum name in kernel-doc match the code to prevent kernel-doc warnings:
Warning: include/linux/cc_platform.h:106 Enum value
'CC_ATTR_GUEST_SEV_SNP' not described in enum 'cc_attr'
Warning: include/linux/cc_platform.h:106 Excess enum value
'%CC_ATTR_SEV_SNP' description in 'cc_attr'
Fixes: f742b90e61bb ("x86/mm: Extend cc_attr to include AMD SEV-SNP")
Signed-off-by: Randy Dunlap <rdunlap@...radead.org>
Signed-off-by: Borislav Petkov (AMD) <bp@...en8.de>
Link: https://patch.msgid.link/20251125022730.3163679-1-rdunlap@infradead.org
---
include/linux/cc_platform.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/linux/cc_platform.h b/include/linux/cc_platform.h
index 7fcec02..559353a 100644
--- a/include/linux/cc_platform.h
+++ b/include/linux/cc_platform.h
@@ -74,7 +74,7 @@ enum cc_attr {
CC_ATTR_GUEST_UNROLL_STRING_IO,
/**
- * @CC_ATTR_SEV_SNP: Guest SNP is active.
+ * @CC_ATTR_GUEST_SEV_SNP: Guest SNP is active.
*
* The platform/OS is running as a guest/virtual machine and actively
* using AMD SEV-SNP features.
Powered by blists - more mailing lists