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, Apr 21, 4:24 PM
Unknown Object (File)
Tue, Apr 21, 1:00 PM
Unknown Object (File)
Wed, Apr 15, 2:44 PM
Unknown Object (File)
Mon, Apr 6, 7:44 PM
Unknown Object (File)
Mon, Apr 6, 9:48 AM
Unknown Object (File)
Fri, Apr 3, 9:04 AM
Unknown Object (File)
Thu, Apr 2, 11:21 PM
Unknown Object (File)
Wed, Apr 1, 7:19 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.