]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
crypto: ccp - align psp_platform_access_msg
authorMario Limonciello <mario.limonciello@amd.com>
Tue, 28 May 2024 21:07:10 +0000 (16:07 -0500)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 7 Jun 2024 11:46:39 +0000 (19:46 +0800)
Align the whitespace so that future messages will also be better
aligned.

Acked-by: Tom Lendacky <thomas.lendacky@amd.com>
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
include/linux/psp-platform-access.h

index c1dc87fc536b8ac769cfca0d9e5cd069a115eca8..23893b33e48c0aa6f926f051f7d4a544478d4317 100644 (file)
@@ -6,8 +6,8 @@
 #include <linux/psp.h>
 
 enum psp_platform_access_msg {
-       PSP_CMD_NONE = 0x0,
-       PSP_I2C_REQ_BUS_CMD = 0x64,
+       PSP_CMD_NONE                    = 0x0,
+       PSP_I2C_REQ_BUS_CMD             = 0x64,
        PSP_DYNAMIC_BOOST_GET_NONCE,
        PSP_DYNAMIC_BOOST_SET_UID,
        PSP_DYNAMIC_BOOST_GET_PARAMETER,