video: driver: fix some checker err

Fix some checker err

Change-Id: I357059999dd43b58d6c414868a8b4060b6b691da
Signed-off-by: Anshul Agarwal <quic_anshagar@quicinc.com>
此提交包含在:
Anshul Agarwal
2023-06-09 11:14:25 +05:30
父節點 6cfd5c6a02
當前提交 950306d1aa
共有 8 個檔案被更改,包括 14 行新增17 行删除

查看文件

@@ -63,8 +63,8 @@ struct hfi_queue_header {
VIDC_IFACEQ_MAX_BUF_COUNT * VIDC_IFACE_MAX_PARALLEL_CLNTS)
#define VIDC_IFACEQ_GET_QHDR_START_ADDR(ptr, i) \
(void *)((ptr + sizeof(struct hfi_queue_table_header)) + \
(i * sizeof(struct hfi_queue_header)))
((void *)((ptr + sizeof(struct hfi_queue_table_header)) + \
(i * sizeof(struct hfi_queue_header))))
#define QDSS_SIZE 4096
#define SFR_SIZE 4096