ArmPkg: Apply Uncrustify to Non-Compliant Files
This patch applies Uncrustify to the following files: ArmPkg/Drivers/MmCommunicationPei/MmCommunicationPei.c ArmPkg/Include/IndustryStandard/ArmStdSmc.h Signed-off-by: Taylor Beebe <t@taylorbeebe.com> Reviewed-by: Ard Biesheuvel <ardb@kernel.org>
This commit is contained in:
committed by
mergify[bot]
parent
f2188fe5d1
commit
cdbdd12460
@@ -248,9 +248,9 @@
|
||||
* SMC64 SiP Service Calls
|
||||
*/
|
||||
|
||||
#define SMC_FASTCALL 0x80000000
|
||||
#define SMC64_FUNCTION (SMC_FASTCALL | 0x40000000)
|
||||
#define SMC_SIP_FUNCTION (SMC64_FUNCTION | 0x02000000)
|
||||
#define SMC_SIP_FUNCTION_ID(n) (SMC_SIP_FUNCTION | (n))
|
||||
#define SMC_FASTCALL 0x80000000
|
||||
#define SMC64_FUNCTION (SMC_FASTCALL | 0x40000000)
|
||||
#define SMC_SIP_FUNCTION (SMC64_FUNCTION | 0x02000000)
|
||||
#define SMC_SIP_FUNCTION_ID(n) (SMC_SIP_FUNCTION | (n))
|
||||
|
||||
#endif // ARM_STD_SMC_H_
|
||||
|
Reference in New Issue
Block a user