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
F132489875: D20847.id59376.diff
Fri, Oct 17, 8:45 AM
F132489874: D20847.id59381.diff
Fri, Oct 17, 8:45 AM
F132489873: D20847.id.diff
Fri, Oct 17, 8:45 AM
F132489869: D20847.id59469.diff
Fri, Oct 17, 8:45 AM
F132438192: D20847.diff
Thu, Oct 16, 11:00 PM
Unknown Object (File)
Tue, Sep 30, 3:47 PM
Unknown Object (File)
Sep 13 2025, 1:02 AM
Unknown Object (File)
Aug 6 2025, 4:56 AM
Subscribers

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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

The parentheses should not have been removed here.

head/sys/vm/swap_pager.c
526

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

head/sys/vm/swap_pager.c
526

Alan, that sounds good to me, thanks!