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)
Oct 8 2024, 7:58 AM
Unknown Object (File)
Sep 29 2024, 3:17 PM
Unknown Object (File)
Sep 17 2024, 12:54 AM
Unknown Object (File)
Sep 14 2024, 3:05 AM
Unknown Object (File)
Sep 8 2024, 7:20 AM
Unknown Object (File)
Sep 1 2024, 11:29 PM
Unknown Object (File)
Sep 1 2024, 7:52 PM
Unknown Object (File)
Aug 31 2024, 8:48 PM
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!