Add ALIGN_DOWN as rounddown2() along ALIGN() which is implemented as
roundup2().
Sponsored by: The FreeBSD Foundation
MFC after: 3 days
Differential D34844
LinuxKPI: add ALIGN_DOWN() bz on Apr 8 2022, 3:31 PM. Authored by Tags None Referenced Files
Subscribers
Details
Add ALIGN_DOWN as rounddown2() along ALIGN() which is implemented as Sponsored by: The FreeBSD Foundation
Diff Detail
Event TimelineComment Actions This will do too: #define ALIGN_DOWN(x, y) rounddown2(x, y) Too many ()'s in my opinion. --HPS |