Page MenuHomeFreeBSD

tests: Fix style of netpfil/common/divapp.c
ClosedPublic

Authored by igoro on Oct 15 2024, 5:24 PM.
Tags
None
Referenced Files
F152209673: D47132.id.diff
Mon, Apr 13, 10:46 AM
Unknown Object (File)
Tue, Apr 7, 8:10 AM
Unknown Object (File)
Mon, Mar 23, 6:14 AM
Unknown Object (File)
Mon, Mar 16, 6:21 PM
Unknown Object (File)
Mar 5 2026, 8:28 PM
Unknown Object (File)
Feb 20 2026, 4:59 AM
Unknown Object (File)
Feb 17 2026, 12:34 PM
Unknown Object (File)
Feb 7 2026, 7:09 PM

Details

Summary

No functional change intended.

Diff Detail

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

Event Timeline

igoro requested review of this revision.Oct 15 2024, 5:24 PM
tests/sys/netpfil/common/divapp.c
104

If you use err() instead of errx(), information from errno will be appended automatically.

Use the standard way for error reporting

igoro added inline comments.
tests/sys/netpfil/common/divapp.c
104

Nice, thanks.

This revision is now accepted and ready to land.Oct 16 2024, 1:02 PM
This revision was automatically updated to reflect the committed changes.
igoro marked an inline comment as done.