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
F85241161: D41788.id127131.diff
Mon, Jun 3, 2:12 PM
Unknown Object (File)
Apr 23 2024, 12:13 PM
Unknown Object (File)
Apr 23 2024, 4:38 AM
Unknown Object (File)
Apr 6 2024, 3:45 PM
Unknown Object (File)
Mar 30 2024, 5:40 PM
Unknown Object (File)
Jan 27 2024, 6:25 PM
Unknown Object (File)
Jan 10 2024, 12:00 PM
Unknown Object (File)
Jan 10 2024, 11:47 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