Page MenuHomeFreeBSD

ng_sample: improve styling
ClosedPublic

Authored by p.mousavizadeh_protonmail.com on Wed, May 14, 10:08 AM.
Tags
None
Referenced Files
F117674905: D50343.diff
Wed, May 21, 2:41 PM
Unknown Object (File)
Tue, May 20, 10:02 PM
Unknown Object (File)
Tue, May 20, 6:59 PM
Unknown Object (File)
Fri, May 16, 8:33 PM
Unknown Object (File)
Fri, May 16, 2:53 PM
Unknown Object (File)
Fri, May 16, 2:52 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.Wed, May 14, 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.