Commit b4100947 authored by Mario Limonciello's avatar Mario Limonciello Committed by Herbert Xu

crypto: ccp - align psp_platform_access_msg

Align the whitespace so that future messages will also be better
aligned.
Acked-by: default avatarTom Lendacky <thomas.lendacky@amd.com>
Signed-off-by: default avatarMario Limonciello <mario.limonciello@amd.com>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 56e0d883
...@@ -6,8 +6,8 @@ ...@@ -6,8 +6,8 @@
#include <linux/psp.h> #include <linux/psp.h>
enum psp_platform_access_msg { enum psp_platform_access_msg {
PSP_CMD_NONE = 0x0, PSP_CMD_NONE = 0x0,
PSP_I2C_REQ_BUS_CMD = 0x64, PSP_I2C_REQ_BUS_CMD = 0x64,
PSP_DYNAMIC_BOOST_GET_NONCE, PSP_DYNAMIC_BOOST_GET_NONCE,
PSP_DYNAMIC_BOOST_SET_UID, PSP_DYNAMIC_BOOST_SET_UID,
PSP_DYNAMIC_BOOST_GET_PARAMETER, PSP_DYNAMIC_BOOST_GET_PARAMETER,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment