Details
Details
- Reviewers
bryanv markj glebius - Commits
- rG4ee967921a51: Mechanically convert if_vtnet(4) to IfAPI
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 48811 Build 45700: arc lint + arc unit
Event Timeline
sys/dev/virtio/network/if_vtnet.c | ||
---|---|---|
164 | Nit: looks like the prototypes with struct ifnet * as the last arg ended up with a trailing space after if_t |
sys/dev/virtio/network/if_vtnet.c | ||
---|---|---|
164 | This is probably the case in most drivers I changed, since the changes were purely mechanical (sed+awk). I'll do a cleanup pass before pushing them all. |