whitespace fixes (one missing newline, one extra tab)
This commit is contained in:
parent
6d6844d3db
commit
d3862fbdd3
@ -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…
x
Reference in New Issue
Block a user