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)
Mar 21 2024, 3:52 PM
Unknown Object (File)
Mar 19 2024, 3:16 AM
Unknown Object (File)
Dec 31 2023, 5:03 PM
Unknown Object (File)
Dec 20 2023, 5:39 AM
Unknown Object (File)
Dec 12 2023, 12:31 AM
Unknown Object (File)
Nov 24 2023, 7:03 AM
Unknown Object (File)
Nov 14 2023, 7:09 AM
Unknown Object (File)
Nov 12 2023, 7:13 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!