Video: driver: Fix warnings for vendor checker
Fix warnings for vendor checker in vidc/inc folder. [1] CHECK: Alignment should match open parenthesis. [2] Lines should not end with a '('. [3] Please use a blank line after. Change-Id: Iac0591fc1e544e837a3c64c7a6e9b03cc9070ed2 Signed-off-by: Vedang Nagar <quic_vnagar@quicinc.com>
This commit is contained in:
@@ -258,13 +258,13 @@ struct msm_vidc_resources_ops {
|
||||
|
||||
int (*reset_bridge)(struct msm_vidc_core *core);
|
||||
int (*reset_control_acquire)(struct msm_vidc_core *core,
|
||||
const char *name);
|
||||
const char *name);
|
||||
int (*reset_control_release)(struct msm_vidc_core *core,
|
||||
const char *name);
|
||||
const char *name);
|
||||
int (*reset_control_assert)(struct msm_vidc_core *core,
|
||||
const char *name);
|
||||
const char *name);
|
||||
int (*reset_control_deassert)(struct msm_vidc_core *core,
|
||||
const char *name);
|
||||
const char *name);
|
||||
|
||||
int (*gdsc_init)(struct msm_vidc_core *core);
|
||||
int (*gdsc_on)(struct msm_vidc_core *core, const char *name);
|
||||
@@ -280,11 +280,12 @@ struct msm_vidc_resources_ops {
|
||||
int (*clk_disable)(struct msm_vidc_core *core, const char *name);
|
||||
int (*clk_enable)(struct msm_vidc_core *core, const char *name);
|
||||
int (*clk_set_flag)(struct msm_vidc_core *core,
|
||||
const char *name, enum msm_vidc_branch_mem_flags flag);
|
||||
const char *name,
|
||||
enum msm_vidc_branch_mem_flags flag);
|
||||
int (*clk_print_residency_stats)(struct msm_vidc_core *core);
|
||||
int (*clk_reset_residency_stats)(struct msm_vidc_core *core);
|
||||
int (*clk_update_residency_stats)(
|
||||
struct msm_vidc_core *core, struct clock_info *cl, u64 rate);
|
||||
int (*clk_update_residency_stats)(struct msm_vidc_core *core,
|
||||
struct clock_info *cl, u64 rate);
|
||||
};
|
||||
|
||||
const struct msm_vidc_resources_ops *get_resources_ops(void);
|
||||
|
Reference in New Issue
Block a user