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)
Mon, Nov 10, 2:21 AM
Unknown Object (File)
Mon, Nov 10, 2:19 AM
Unknown Object (File)
Mon, Nov 10, 12:45 AM
Unknown Object (File)
Sun, Nov 9, 5:50 PM
Unknown Object (File)
Sun, Nov 9, 12:56 PM
Unknown Object (File)
Sun, Nov 9, 5:44 AM
Unknown Object (File)
Sun, Nov 9, 2:38 AM
Unknown Object (File)
Thu, Nov 6, 1:32 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!