Page MenuHomeFreeBSD

vm: wrap long lines
ClosedPublic

Authored by dougm on Apr 12 2025, 5:32 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Jun 23, 9:39 AM
Unknown Object (File)
Thu, Jun 18, 9:39 AM
Unknown Object (File)
Thu, Jun 18, 7:54 AM
Unknown Object (File)
Tue, Jun 16, 2:43 PM
Unknown Object (File)
Jun 4 2026, 4:55 AM
Unknown Object (File)
Jun 4 2026, 1:43 AM
Unknown Object (File)
May 22 2026, 7:47 PM
Unknown Object (File)
May 21 2026, 9:38 AM
Subscribers

Details

Summary

In a few places where the 80-character limit is violated, wrap lines to restore proper style.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

dougm requested review of this revision.Apr 12 2025, 5:32 PM
dougm created this revision.
kib added inline comments.
sys/vm/vm_object.c
2729

@bde suggested to de-indent just the format line in such cases.
See for instance libexec/rtld-elf/rtld.c:1887

This revision is now accepted and ready to land.Apr 13 2025, 1:07 AM

Make changes in vm_object.c to avoid breaking long literals.

This revision now requires review to proceed.Apr 13 2025, 7:53 AM
This revision is now accepted and ready to land.Apr 13 2025, 8:01 AM
This revision was automatically updated to reflect the committed changes.