Skip to content

Commit de27c7d

Browse files
committed
crypto: ccp - align psp_platform_access_msg
JIRA: https://issues.redhat.com/browse/RHEL-85131 Upstream Status: merged into the linux.git commit b410094 Author: Mario Limonciello <[email protected]> Date: Tue May 28 16:07:10 2024 -0500 crypto: ccp - align psp_platform_access_msg Align the whitespace so that future messages will also be better aligned. Acked-by: Tom Lendacky <[email protected]> Signed-off-by: Mario Limonciello <[email protected]> Signed-off-by: Herbert Xu <[email protected]> Signed-off-by: Vladis Dronov <[email protected]>
1 parent 98811c2 commit de27c7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/linux/psp-platform-access.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
#include <linux/psp.h>
77

88
enum psp_platform_access_msg {
9-
PSP_CMD_NONE = 0x0,
10-
PSP_I2C_REQ_BUS_CMD = 0x64,
9+
PSP_CMD_NONE = 0x0,
10+
PSP_I2C_REQ_BUS_CMD = 0x64,
1111
PSP_DYNAMIC_BOOST_GET_NONCE,
1212
PSP_DYNAMIC_BOOST_SET_UID,
1313
PSP_DYNAMIC_BOOST_GET_PARAMETER,

0 commit comments

Comments
 (0)