Commit e17c0b22 authored by Thierry Reding's avatar Thierry Reding

pwm: tegra: Remove useless padding

Use single spaces to separate data type from field names in structure
definitions.
Signed-off-by: default avatarThierry Reding <thierry.reding@gmail.com>
parent c009c564
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment