Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tree-wide: use ROUNDUP_DIV() where applicable #7186

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

etienne-lms
Copy link
Contributor

Use ROUNDUP_DIV() instead of ROUNDUP(..., size) / size where applicable.

I found these occurrences while working on #7183. I've squashed them all in a single tree-wide commit. Please tell me if these changes are worth it and whether or not you would prefer a single commit or one per modified component.

No functional changes. No bug corrections (hence no Fixes: tag).

Use ROUNDUP_DIV() instead of ROUNDUP(..., size) / size where applicable.

Signed-off-by: Etienne Carriere <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant