Page MenuHomeFreeBSD

ng_sample: improve styling
ClosedPublic

Authored by p.mousavizadeh_protonmail.com on May 14 2025, 10:08 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Jun 10, 3:03 AM
Unknown Object (File)
Mon, Jun 9, 6:33 AM
Unknown Object (File)
Sun, Jun 8, 9:40 PM
Unknown Object (File)
Sun, Jun 8, 8:29 PM
Unknown Object (File)
Sun, Jun 8, 8:18 AM
Unknown Object (File)
Sun, Jun 8, 5:49 AM
Unknown Object (File)
Sat, Jun 7, 4:57 PM
Unknown Object (File)
Sat, Jun 7, 2:11 PM

Details

Summary

Most of the developers used the (resp == NULL) style in their code. New developers will try to follow the ng_sample and may use the (!resp) style which is not consistent with other netgraph modules, also not recommended by MISRA-C.

Diff Detail

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

Event Timeline

ivy added a subscriber: ivy.
ivy added inline comments.
sys/netgraph/ng_sample.c
323

while you're here, i believe this extra space is a typo that could be removed.

This revision is now accepted and ready to land.May 14 2025, 2:45 PM
kp added a subscriber: kp.

We don't follow MISRA-C, but style(9) does also require this, so the change should be made anyway.

This revision now requires review to proceed.Thu, May 15, 2:18 PM
des added a subscriber: des.

@ivy why don't you land this

This revision is now accepted and ready to land.Fri, May 16, 12:26 PM
p.mousavizadeh_protonmail.com retitled this revision from ng_sample: As defined in MISRA-C, use resp == NULL to ng_sample: ng_sample: improve styling.Fri, May 16, 8:11 PM
p.mousavizadeh_protonmail.com retitled this revision from ng_sample: ng_sample: improve styling to ng_sample: improve styling.Fri, May 16, 8:18 PM
This revision was automatically updated to reflect the committed changes.