mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-28 07:04:00 +08:00
staging: fsl-mc: whitespace cleanup: align function args
align function arguments that were not aligned to the starting parenthesis Signed-off-by: Ioana Ciornei <ioana.ciornei@nxp.com> Signed-off-by: Stuart Yoder <stuart.yoder@nxp.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
eacaebdd52
commit
7eef98273d
@ -61,7 +61,7 @@ struct dpmcp_cfg {
|
||||
int dpmcp_create(struct fsl_mc_io *mc_io,
|
||||
u32 cmd_flags,
|
||||
const struct dpmcp_cfg *cfg,
|
||||
u16 *token);
|
||||
u16 *token);
|
||||
|
||||
int dpmcp_destroy(struct fsl_mc_io *mc_io,
|
||||
u32 cmd_flags,
|
||||
@ -92,45 +92,45 @@ struct dpmcp_irq_cfg {
|
||||
int dpmcp_set_irq(struct fsl_mc_io *mc_io,
|
||||
u32 cmd_flags,
|
||||
u16 token,
|
||||
u8 irq_index,
|
||||
u8 irq_index,
|
||||
struct dpmcp_irq_cfg *irq_cfg);
|
||||
|
||||
int dpmcp_get_irq(struct fsl_mc_io *mc_io,
|
||||
u32 cmd_flags,
|
||||
u16 token,
|
||||
u8 irq_index,
|
||||
int *type,
|
||||
struct dpmcp_irq_cfg *irq_cfg);
|
||||
u8 irq_index,
|
||||
int *type,
|
||||
struct dpmcp_irq_cfg *irq_cfg);
|
||||
|
||||
int dpmcp_set_irq_enable(struct fsl_mc_io *mc_io,
|
||||
u32 cmd_flags,
|
||||
u16 token,
|
||||
u8 irq_index,
|
||||
u8 en);
|
||||
u8 irq_index,
|
||||
u8 en);
|
||||
|
||||
int dpmcp_get_irq_enable(struct fsl_mc_io *mc_io,
|
||||
u32 cmd_flags,
|
||||
u16 token,
|
||||
u8 irq_index,
|
||||
u8 *en);
|
||||
u8 irq_index,
|
||||
u8 *en);
|
||||
|
||||
int dpmcp_set_irq_mask(struct fsl_mc_io *mc_io,
|
||||
u32 cmd_flags,
|
||||
u16 token,
|
||||
u8 irq_index,
|
||||
u32 mask);
|
||||
u8 irq_index,
|
||||
u32 mask);
|
||||
|
||||
int dpmcp_get_irq_mask(struct fsl_mc_io *mc_io,
|
||||
u32 cmd_flags,
|
||||
u16 token,
|
||||
u8 irq_index,
|
||||
u32 *mask);
|
||||
u8 irq_index,
|
||||
u32 *mask);
|
||||
|
||||
int dpmcp_get_irq_status(struct fsl_mc_io *mc_io,
|
||||
u32 cmd_flags,
|
||||
u16 token,
|
||||
u8 irq_index,
|
||||
u32 *status);
|
||||
u8 irq_index,
|
||||
u32 *status);
|
||||
|
||||
/**
|
||||
* struct dpmcp_attr - Structure representing DPMCP attributes
|
||||
@ -153,6 +153,6 @@ struct dpmcp_attr {
|
||||
int dpmcp_get_attributes(struct fsl_mc_io *mc_io,
|
||||
u32 cmd_flags,
|
||||
u16 token,
|
||||
struct dpmcp_attr *attr);
|
||||
struct dpmcp_attr *attr);
|
||||
|
||||
#endif /* __FSL_DPMCP_H */
|
||||
|
@ -389,10 +389,10 @@ int dprc_get_obj(struct fsl_mc_io *mc_io,
|
||||
|
||||
int dprc_get_obj_desc(struct fsl_mc_io *mc_io,
|
||||
u32 cmd_flags,
|
||||
u16 token,
|
||||
char *obj_type,
|
||||
int obj_id,
|
||||
struct dprc_obj_desc *obj_desc);
|
||||
u16 token,
|
||||
char *obj_type,
|
||||
int obj_id,
|
||||
struct dprc_obj_desc *obj_desc);
|
||||
|
||||
int dprc_set_obj_irq(struct fsl_mc_io *mc_io,
|
||||
u32 cmd_flags,
|
||||
|
Loading…
Reference in New Issue
Block a user