qcacmn: Fix dp_tx_tso_num_seg_pool_init_by_id() stub

The dp_tx_tso_num_seg_pool_init_by_id() stub implementation has an
incorrect semicolon, so remove it.

Change-Id: Ie70aafdb83116e3e3fb7bd96223b0c770e80eb7f
CRs-Fixed: 3500205
这个提交包含在:
Jeff Johnson
2023-05-16 10:27:43 -07:00
提交者 Rahul Choudhary
父节点 160f06923c
当前提交 9ce54cdba4

查看文件

@@ -750,7 +750,7 @@ void dp_tx_tso_num_seg_pool_free(struct dp_soc *soc, uint8_t num_pool)
QDF_STATUS
dp_tx_tso_num_seg_pool_init_by_id(struct dp_soc *soc, uint32_t num_elem,
uint8_t pool_id);
uint8_t pool_id)
{
return QDF_STATUS_SUCCESS;
}