summaryrefslogtreecommitdiff
path: root/include/arch/x86_64/linux/fsi.h
diff options
context:
space:
mode:
authorKacper <kacper@mail.openlinux.dev>2025-12-25 19:24:38 +0100
committerKacper <kacper@mail.openlinux.dev>2025-12-25 20:35:03 +0100
commita984eb367c032dbe2577f01238c3d1268526be70 (patch)
tree437fef40379b2758b129ccea39df3570fa2d145e /include/arch/x86_64/linux/fsi.h
parent8834571b202cf4dc9c649cfb096c213b6ecf1566 (diff)
Clang-tidy fixes
Diffstat (limited to 'include/arch/x86_64/linux/fsi.h')
-rw-r--r--include/arch/x86_64/linux/fsi.h8
1 files changed, 4 insertions, 4 deletions
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 */