mirror of
https://github.com/opnsense/src.git
synced 2026-04-28 01:28:00 -04:00
whitespace fixes (one missing newline, one extra tab)
This commit is contained in:
parent
3e65b9c6e6
commit
57bf0568e1
2 changed files with 3 additions and 2 deletions
|
|
@ -76,7 +76,7 @@ em_netmap_lock_wrapper(void *_a, int what, u_int queueid)
|
|||
|
||||
ASSERT(queueid < adapter->num_queues);
|
||||
switch (what) {
|
||||
case NETMAP_CORE_LOCK:
|
||||
case NETMAP_CORE_LOCK:
|
||||
EM_CORE_LOCK(adapter);
|
||||
break;
|
||||
case NETMAP_CORE_UNLOCK:
|
||||
|
|
|
|||
|
|
@ -472,7 +472,8 @@ ixgbe_netmap_rxsync(void *a, u_int ring_nr, int do_lock)
|
|||
* and flag handling as in the txsync code.
|
||||
*
|
||||
* NOTE curr and rxbuf are indexed by l.
|
||||
* Also, this driver needs to update the physical * address in the NIC ring, but other drivers
|
||||
* Also, this driver needs to update the physical
|
||||
* address in the NIC ring, but other drivers
|
||||
* may not have this requirement.
|
||||
*/
|
||||
struct netmap_slot *slot = &ring->slot[j];
|
||||
|
|
|
|||
Loading…
Reference in a new issue