summaryrefslogtreecommitdiff
path: root/include/arch/x86_64/linux/atm.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/atm.h
parent8834571b202cf4dc9c649cfb096c213b6ecf1566 (diff)
Clang-tidy fixes
Diffstat (limited to 'include/arch/x86_64/linux/atm.h')
-rw-r--r--include/arch/x86_64/linux/atm.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/arch/x86_64/linux/atm.h b/include/arch/x86_64/linux/atm.h
index f9c8ae35..445bbbe1 100644
--- a/include/arch/x86_64/linux/atm.h
+++ b/include/arch/x86_64/linux/atm.h
@@ -141,12 +141,12 @@ struct atm_trafprm {
unsigned int trm_pres : 1; /* rm present bit */
unsigned int adtf_pres : 1; /* adtf present bit */
unsigned int cdf_pres : 1; /* cdf present bit*/
- unsigned int nrm : 3; /* Max # of Cells for each forward RM cell (3-bit)
- */
- unsigned int trm : 3; /* Time between forward RM cells (3-bit) */
- unsigned int adtf : 10; /* ACR Decrease Time Factor (10-bit) */
- unsigned int cdf : 3; /* Cutoff Decrease Factor (3-bit) */
- unsigned int spare : 9; /* spare bits */
+ unsigned int nrm : 3; /* Max # of Cells for each forward RM cell (3-bit)
+ */
+ unsigned int trm : 3; /* Time between forward RM cells (3-bit) */
+ unsigned int adtf : 10; /* ACR Decrease Time Factor (10-bit) */
+ unsigned int cdf : 3; /* Cutoff Decrease Factor (3-bit) */
+ unsigned int spare : 9; /* spare bits */
};
struct atm_qos {