diff options
author | Mario Limonciello <mario.limonciello@amd.com> | 2024-05-28 23:07:10 +0200 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2024-06-07 13:46:39 +0200 |
commit | b4100947a8014e1876872546398275968f77e1ad (patch) | |
tree | a5169f95fb2ba2e88d36a4b329f5a41aacb763ac /include | |
parent | crypto: ccp - Move security attributes to their own file (diff) | |
download | linux-b4100947a8014e1876872546398275968f77e1ad.tar.xz linux-b4100947a8014e1876872546398275968f77e1ad.zip |
crypto: ccp - align psp_platform_access_msg
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>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/psp-platform-access.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/psp-platform-access.h b/include/linux/psp-platform-access.h index c1dc87fc536b..23893b33e48c 100644 --- a/include/linux/psp-platform-access.h +++ b/include/linux/psp-platform-access.h @@ -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, |