Page MenuHomeFreeBSD

rge: use C style comments instead of C++
Needs ReviewPublic

Authored by chris.longros_gmail.com on Sun, Mar 8, 3:35 PM.

Details

Reviewers
adrian
Summary

FreeBSD style(9) mandates C style comments. The initial import from
OpenBSD left several C++ style // comments in if_rge.c and if_rgevar.h.
Replace them with proper /* */ comments.

Also fix a malformed comment that mixed // with a closing */.

Signed-off-by: Christos Longros <chris.longros@gmail.com>

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 71261
Build 68144: arc lint + arc unit