mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 07:59:42 -04:00
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>
This commit is contained in:
committed by
Herbert Xu
parent
56e0d88373
commit
b4100947a8
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user