mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-08-31 04:46:30 -04:00
media: qcom: venus: add callback parameter names
Naming the callback parameters improves readability and resolves checkpatch warnings about unnamed function pointer arguments. No functional change intended. Signed-off-by: Hungyu Lin <dennylin0707@gmail.com> Reviewed-by: Vishnu Reddy <busanna.reddy@oss.qualcomm.com> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Signed-off-by: Bryan O'Donoghue <bod@kernel.org>
This commit is contained in:
committed by
Bryan O'Donoghue
parent
94ef75095d
commit
14634f3161
@@ -690,7 +690,7 @@ struct hfi_done_handler {
|
||||
u32 pkt;
|
||||
u32 pkt_sz;
|
||||
u32 pkt_sz2;
|
||||
void (*done)(struct venus_core *, struct venus_inst *, void *);
|
||||
void (*done)(struct venus_core *core, struct venus_inst *inst, void *packet);
|
||||
bool is_sys_pkt;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user