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)
Sat, Sep 7, 6:06 PM
Unknown Object (File)
Wed, Sep 4, 12:16 PM
Unknown Object (File)
Wed, Aug 28, 4:52 PM
Unknown Object (File)
Sat, Aug 17, 2:55 PM
Unknown Object (File)
Thu, Aug 15, 6:18 AM
Unknown Object (File)
Jul 8 2024, 4:42 AM
Unknown Object (File)
Jul 4 2024, 1:12 AM
Unknown Object (File)
Jul 3 2024, 3:58 AM
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