Page MenuHomeFreeBSD

vm: wrap long lines
ClosedPublic

Authored by dougm on Apr 12 2025, 5:32 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Sep 24, 11:25 AM
Unknown Object (File)
Tue, Sep 23, 4:04 AM
Unknown Object (File)
Fri, Sep 19, 10:55 PM
Unknown Object (File)
Fri, Sep 19, 12:41 PM
Unknown Object (File)
Fri, Sep 19, 12:41 PM
Unknown Object (File)
Tue, Sep 16, 2:33 AM
Unknown Object (File)
Sep 10 2025, 9:23 AM
Unknown Object (File)
Sep 10 2025, 6:01 AM
Subscribers

Details

Summary

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

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.