]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
staging: fsl-mc: whitespace cleanup: align function args
authorIoana Ciornei <ioana.ciornei@nxp.com>
Wed, 26 Oct 2016 16:20:26 +0000 (11:20 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 27 Oct 2016 13:15:11 +0000 (15:15 +0200)
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>
drivers/staging/fsl-mc/bus/dpmcp.h
drivers/staging/fsl-mc/include/dprc.h

index c40253aa73d672d36c8455cdc42612caa06cdb3a..0a24c372f90d1871bf990b0d037e363d25686e4a 100644 (file)
@@ -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 */
index 07a11b31fd415f0b2050df81b4414523bc1fa0ee..c40abcda8a32c7abcda49d0dda8c5331e3e5bb52 100644 (file)
@@ -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,