aboutsummaryrefslogtreecommitdiffstats
path: root/include/clocksource
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzysztof.kozlowski@canonical.com>2021-05-06 16:27:25 -0400
committerDaniel Lezcano <daniel.lezcano@linaro.org>2021-06-04 10:12:10 +0200
commita0143f5ac0594d73ef91c2336d8172217ff9cd72 (patch)
tree1768bc3851c71c309e85073e4071298d7a3344ac /include/clocksource
parentclocksource/drivers/arm_arch_timer: Remove arch_timer_rate1 (diff)
downloadlinux-dev-a0143f5ac0594d73ef91c2336d8172217ff9cd72.tar.xz
linux-dev-a0143f5ac0594d73ef91c2336d8172217ff9cd72.zip
clocksource/drivers/samsung_pwm: Minor whitespace cleanup
Cleanup the code to be slightly more readable and follow coding convention - only whitespace. This fixes checkpatch warnings: WARNING: Block comments should align the * on each line WARNING: please, no space before tabs WARNING: Missing a blank line after declarations CHECK: Alignment should match open parenthesis Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org> Link: https://lore.kernel.org/r/20210506202729.157260-1-krzysztof.kozlowski@canonical.com
Diffstat (limited to 'include/clocksource')
-rw-r--r--include/clocksource/samsung_pwm.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/clocksource/samsung_pwm.h b/include/clocksource/samsung_pwm.h
index c395238d0922..76341988fb4f 100644
--- a/include/clocksource/samsung_pwm.h
+++ b/include/clocksource/samsung_pwm.h
@@ -27,6 +27,7 @@ struct samsung_pwm_variant {
};
void samsung_pwm_clocksource_init(void __iomem *base,
- unsigned int *irqs, struct samsung_pwm_variant *variant);
+ unsigned int *irqs,
+ struct samsung_pwm_variant *variant);
#endif /* __CLOCKSOURCE_SAMSUNG_PWM_H */