diff options
| author | Kacper <kacper@mail.openlinux.dev> | 2025-12-25 19:24:38 +0100 |
|---|---|---|
| committer | Kacper <kacper@mail.openlinux.dev> | 2025-12-25 20:35:03 +0100 |
| commit | a984eb367c032dbe2577f01238c3d1268526be70 (patch) | |
| tree | 437fef40379b2758b129ccea39df3570fa2d145e /include/arch/x86_64/misc/amd-apml.h | |
| parent | 8834571b202cf4dc9c649cfb096c213b6ecf1566 (diff) | |
Clang-tidy fixes
Diffstat (limited to 'include/arch/x86_64/misc/amd-apml.h')
| -rw-r--r-- | include/arch/x86_64/misc/amd-apml.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/include/arch/x86_64/misc/amd-apml.h b/include/arch/x86_64/misc/amd-apml.h index 76c4d48e..8e2354b8 100644 --- a/include/arch/x86_64/misc/amd-apml.h +++ b/include/arch/x86_64/misc/amd-apml.h @@ -131,8 +131,7 @@ struct apml_reg_xfer_msg { * - returning "-EFAULT" if none of the above * "-EPROTOTYPE" error is returned to provide additional error details */ -#define SBRMI_IOCTL_MCAMSR_CMD \ - _IOWR(SB_BASE_IOCTL_NR, 2, struct apml_mcamsr_msg) +#define SBRMI_IOCTL_MCAMSR_CMD _IOWR(SB_BASE_IOCTL_NR, 2, struct apml_mcamsr_msg) /** * DOC: SBRMI_IOCTL_REG_XFER_CMD @@ -148,7 +147,6 @@ struct apml_reg_xfer_msg { * The IOCTL provides userspace access to AMD sideband register xfer protocol * - Register xfer protocol to get/set hardware register for given offset */ -#define SBRMI_IOCTL_REG_XFER_CMD \ - _IOWR(SB_BASE_IOCTL_NR, 3, struct apml_reg_xfer_msg) +#define SBRMI_IOCTL_REG_XFER_CMD _IOWR(SB_BASE_IOCTL_NR, 3, struct apml_reg_xfer_msg) #endif /*_AMD_APML_H_*/ |
