remove double semicolons
Trivial cleanup Signed-off-by: Stephen Hemminger <stephen@networkplumber.org> Acked-by: Bruce Richardson <bruce.richardson@intel.com>
This commit is contained in:
parent
2fa09f338b
commit
8862010a80
@ -229,7 +229,7 @@ set_rx_mode(struct rte_eth_dev *dev)
|
||||
|
||||
/* set all bits that we expect to always be set */
|
||||
fctrl &= ~E1000_RCTL_SBP; /* disable store-bad-packets */
|
||||
fctrl |= E1000_RCTL_BAM;;
|
||||
fctrl |= E1000_RCTL_BAM;
|
||||
|
||||
/* clear the bits we are changing the status of */
|
||||
fctrl &= ~(E1000_RCTL_UPE | E1000_RCTL_MPE);
|
||||
|
@ -362,7 +362,7 @@ grant_node_create(uint32_t pg_num, uint32_t *gref_arr, phys_addr_t *pa_arr, char
|
||||
uint32_t pg_shift;
|
||||
void *ptr = NULL;
|
||||
uint32_t count, entries_per_pg;
|
||||
uint32_t i, j = 0, k = 0;;
|
||||
uint32_t i, j = 0, k = 0;
|
||||
uint32_t *gref_tmp;
|
||||
int first = 1;
|
||||
char tmp_str[PATH_MAX] = {0};
|
||||
|
Loading…
x
Reference in New Issue
Block a user