mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix whitespace (missing newline)
This commit is contained in:
parent
24e57ec96d
commit
0bf8895411
1 changed files with 2 additions and 1 deletions
|
|
@ -1282,7 +1282,8 @@ netmap_lock_wrapper(struct ifnet *dev, int what, u_int queueid)
|
|||
* kring N+1 is only used for the selinfo for all queues.
|
||||
* Return 0 on success, ENOMEM otherwise.
|
||||
*
|
||||
* By default the receive and transmit adapter ring counts are both initialized * to num_queues. na->num_tx_rings can be set for cards with different tx/rx
|
||||
* By default the receive and transmit adapter ring counts are both initialized
|
||||
* to num_queues. na->num_tx_rings can be set for cards with different tx/rx
|
||||
* setups.
|
||||
*/
|
||||
int
|
||||
|
|
|
|||
Loading…
Reference in a new issue