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/fwctl | |
| parent | 8834571b202cf4dc9c649cfb096c213b6ecf1566 (diff) | |
Clang-tidy fixes
Diffstat (limited to 'include/arch/x86_64/fwctl')
| -rw-r--r-- | include/arch/x86_64/fwctl/cxl.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/include/arch/x86_64/fwctl/cxl.h b/include/arch/x86_64/fwctl/cxl.h index e0e211ce..5ed2f3c0 100644 --- a/include/arch/x86_64/fwctl/cxl.h +++ b/include/arch/x86_64/fwctl/cxl.h @@ -22,8 +22,8 @@ * @set_feat_in: Set Feature input */ struct fwctl_rpc_cxl { - __struct_group(fwctl_rpc_cxl_hdr, hdr, /* no attrs */, __u32 opcode; - __u32 flags; __u32 op_size; __u32 reserved1;); + __struct_group(fwctl_rpc_cxl_hdr, hdr, /* no attrs */, __u32 opcode; __u32 flags; __u32 op_size; + __u32 reserved1;); union { struct cxl_mbox_get_sup_feats_in get_sup_feats_in; struct cxl_mbox_get_feat_in get_feat_in; @@ -39,8 +39,7 @@ struct fwctl_rpc_cxl { * @payload: raw byte stream of payload */ struct fwctl_rpc_cxl_out { - __struct_group(fwctl_rpc_cxl_out_hdr, hdr, /* no attrs */, __u32 size; - __u32 retval;); + __struct_group(fwctl_rpc_cxl_out_hdr, hdr, /* no attrs */, __u32 size; __u32 retval;); union { struct cxl_mbox_get_sup_feats_out get_sup_feats_out; __DECLARE_FLEX_ARRAY(__u8, payload); |
