From a984eb367c032dbe2577f01238c3d1268526be70 Mon Sep 17 00:00:00 2001 From: Kacper Date: Thu, 25 Dec 2025 19:24:38 +0100 Subject: Clang-tidy fixes --- include/arch/x86_64/linux/fsi.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include/arch/x86_64/linux/fsi.h') diff --git a/include/arch/x86_64/linux/fsi.h b/include/arch/x86_64/linux/fsi.h index 5f58ed95..b26804b3 100644 --- a/include/arch/x86_64/linux/fsi.h +++ b/include/arch/x86_64/linux/fsi.h @@ -17,10 +17,10 @@ /* Structure for SCOM read/write */ struct scom_access { - __u64 addr; /* SCOM address, supports indirect */ - __u64 data; /* SCOM data (in for write, out for read) */ - __u64 mask; /* Data mask for writes */ - __u32 intf_errors; /* Interface error flags */ + __u64 addr; /* SCOM address, supports indirect */ + __u64 data; /* SCOM data (in for write, out for read) */ + __u64 mask; /* Data mask for writes */ + __u32 intf_errors; /* Interface error flags */ #define SCOM_INTF_ERR_PARITY 0x00000001 /* Parity error */ #define SCOM_INTF_ERR_PROTECTION 0x00000002 /* Blocked by secure boot */ #define SCOM_INTF_ERR_ABORT 0x00000004 /* PIB reset during access */ -- cgit v1.2.3