Page MenuHomeFreeBSD

hyperv/vmbus: Flip a message to only be emitted on failure
ClosedPublic

Authored by lwhsu on Sep 8 2023, 7:45 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Sep 17, 4:08 AM
Unknown Object (File)
Sep 15 2025, 6:20 PM
Unknown Object (File)
Sep 13 2025, 9:45 PM
Unknown Object (File)
Sep 13 2025, 8:41 AM
Unknown Object (File)
Sep 13 2025, 3:05 AM
Unknown Object (File)
Sep 9 2025, 1:45 AM
Unknown Object (File)
Sep 8 2025, 8:38 PM
Unknown Object (File)
Sep 6 2025, 11:10 PM
Subscribers

Details

Summary

This message is not very useful when things are working well.
Flip its meaning and let it only be emitted on failure.

While here, pet style(9).

Diff Detail

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

Event Timeline

lwhsu requested review of this revision.Sep 8 2023, 7:45 PM
mhorne added inline comments.
sys/dev/hyperv/pcib/vmbus_pcib.c
1708–1710

This is the correct application of style(9) here.

lwhsu marked an inline comment as done.Sep 8 2023, 8:37 PM
This revision is now accepted and ready to land.Sep 8 2023, 9:02 PM