提交 e17c0b22 编写于 作者: T Thierry Reding

pwm: tegra: Remove useless padding

Use single spaces to separate data type from field names in structure
definitions.
Signed-off-by: NThierry Reding <thierry.reding@gmail.com>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册