Remove a seemingly unnecessary [1] ellipsis from netmap.4.
Spotted by: manlint [1]
This commit is contained in:
parent
a26fef3a21
commit
ee295a1f5b
@ -155,7 +155,6 @@ Some macros support the access to objects in the shared memory
|
||||
region. In particular:
|
||||
.Bd -literal
|
||||
struct netmap_if *nifp;
|
||||
...
|
||||
struct netmap_ring *txring = NETMAP_TXRING(nifp, i);
|
||||
struct netmap_ring *rxring = NETMAP_RXRING(nifp, i);
|
||||
int i = txring->slot[txring->cur].buf_idx;
|
||||
|
Loading…
x
Reference in New Issue
Block a user