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 Not Applicable - Unit
Tests Not Applicable
Event Timeline
| sys/dev/virtio/network/if_vtnet.c | ||
|---|---|---|
| 164–165 | 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–165 | 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. | |