Page MenuHomeFreeBSD

fix style(9) violations involving division by PAGE_SIZE
ClosedPublic

Authored by dougm on Jul 3 2019, 11:02 PM.
Tags
None
Referenced Files
Unknown Object (File)
Apr 24 2026, 1:20 PM
Unknown Object (File)
Apr 23 2026, 6:49 AM
Unknown Object (File)
Apr 20 2026, 2:45 PM
Unknown Object (File)
Apr 18 2026, 3:55 AM
Unknown Object (File)
Apr 17 2026, 11:39 PM
Unknown Object (File)
Apr 17 2026, 5:05 PM
Unknown Object (File)
Apr 17 2026, 2:49 PM
Unknown Object (File)
Apr 4 2026, 6:44 AM
Subscribers

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

dougm retitled this revision from fix style(9) violations in swap_pager.c to fix style(9) violations involving division by PAGE_SIZE.

Include other files.

alc added reviewers: kib, markj.
This revision is now accepted and ready to land.Jul 6 2019, 3:41 PM
cem added inline comments.
head/sys/vm/swap_pager.c
526 ↗(On Diff #59469)

The parentheses should not have been removed here.

head/sys/vm/swap_pager.c
526 ↗(On Diff #59469)

Conrad, how about changing the wording here to, "... array, which has MAXPHYS / PAGE_SIZE entries, and ..."?

head/sys/vm/swap_pager.c
526 ↗(On Diff #59469)

Alan, that sounds good to me, thanks!