pwm: tegra: Remove useless padding
Use single spaces to separate data type from field names in structure definitions. Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
This commit is contained in:
parent
c009c56475
commit
e17c0b2258
|
@ -37,12 +37,12 @@
|
|||
#define PWM_SCALE_SHIFT 0
|
||||
|
||||
struct tegra_pwm_chip {
|
||||
struct pwm_chip chip;
|
||||
struct device *dev;
|
||||
struct pwm_chip chip;
|
||||
struct device *dev;
|
||||
|
||||
struct clk *clk;
|
||||
struct clk *clk;
|
||||
|
||||
void __iomem *mmio_base;
|
||||
void __iomem *mmio_base;
|
||||
};
|
||||
|
||||
static inline struct tegra_pwm_chip *to_tegra_pwm_chip(struct pwm_chip *chip)
|
||||
|
|
Loading…
Reference in New Issue