net/qede/base: fix sriov typo
Typo in ecore_sriov.c; Ending line with , instead of ;
Fixes: 379cbb2c44
("net/qede/base: semantic change")
Signed-off-by: Rasesh Mody <rasesh.mody@cavium.com>
This commit is contained in:
parent
ada5b88f63
commit
2d5036ab10
@ -2016,7 +2016,7 @@ static void ecore_iov_vf_mbx_start_rxq(struct ecore_hwfn *p_hwfn,
|
||||
params.queue_id = (u8)vf->vf_queues[req->rx_qid].fw_rx_qid;
|
||||
params.vf_qid = req->rx_qid;
|
||||
params.vport_id = vf->vport_id;
|
||||
params.stats_id = vf->abs_vf_id + 0x10,
|
||||
params.stats_id = vf->abs_vf_id + 0x10;
|
||||
params.sb = req->hw_sb;
|
||||
params.sb_idx = req->sb_index;
|
||||
|
||||
@ -2121,7 +2121,7 @@ static void ecore_iov_vf_mbx_start_txq(struct ecore_hwfn *p_hwfn,
|
||||
params.queue_id = (u8)vf->vf_queues[req->tx_qid].fw_tx_qid;
|
||||
params.qzone_id = (u8)vf->vf_queues[req->tx_qid].fw_tx_qid;
|
||||
params.vport_id = vf->vport_id;
|
||||
params.stats_id = vf->abs_vf_id + 0x10,
|
||||
params.stats_id = vf->abs_vf_id + 0x10;
|
||||
params.sb = req->hw_sb;
|
||||
params.sb_idx = req->sb_index;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user