Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

clk: samsung: Fix block comment style warnings reported by checkpatch

Fix checkpatch giving warnings on driver files related to comment style.
WARNING: Block comments should align the * on each line which is

Signed-off-by: Varada Pavani <v.pavani@samsung.com>
Link: https://lore.kernel.org/r/20240926145132.1763-2-v.pavani@samsung.com
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

authored by

Varada Pavani and committed by
Krzysztof Kozlowski
3ee92799 9852d85e

+10 -10
+1 -1
drivers/clk/samsung/clk-exynos-audss.c
··· 4 4 * Author: Padmavathi Venna <padma.v@samsung.com> 5 5 * 6 6 * Common Clock Framework support for Audio Subsystem Clock Controller. 7 - */ 7 + */ 8 8 9 9 #include <linux/slab.h> 10 10 #include <linux/io.h>
+1 -1
drivers/clk/samsung/clk-exynos4.c
··· 5 5 * Author: Thomas Abraham <thomas.ab@samsung.com> 6 6 * 7 7 * Common Clock Framework support for all Exynos4 SoCs. 8 - */ 8 + */ 9 9 10 10 #include <dt-bindings/clock/exynos4.h> 11 11 #include <linux/slab.h>
+1 -1
drivers/clk/samsung/clk-exynos4412-isp.c
··· 4 4 * Author: Marek Szyprowski <m.szyprowski@samsung.com> 5 5 * 6 6 * Common Clock Framework support for Exynos4412 ISP module. 7 - */ 7 + */ 8 8 9 9 #include <dt-bindings/clock/exynos4.h> 10 10 #include <linux/slab.h>
+1 -1
drivers/clk/samsung/clk-exynos5250.c
··· 5 5 * Author: Thomas Abraham <thomas.ab@samsung.com> 6 6 * 7 7 * Common Clock Framework support for Exynos5250 SoC. 8 - */ 8 + */ 9 9 10 10 #include <dt-bindings/clock/exynos5250.h> 11 11 #include <linux/clk-provider.h>
+1 -1
drivers/clk/samsung/clk-exynos5410.c
··· 4 4 * Author: Tarek Dakhran <t.dakhran@samsung.com> 5 5 * 6 6 * Common Clock Framework support for Exynos5410 SoC. 7 - */ 7 + */ 8 8 9 9 #include <dt-bindings/clock/exynos5410.h> 10 10
+1 -1
drivers/clk/samsung/clk-exynos5420.c
··· 5 5 * Chander Kashyap <k.chander@samsung.com> 6 6 * 7 7 * Common Clock Framework support for Exynos5420 SoC. 8 - */ 8 + */ 9 9 10 10 #include <dt-bindings/clock/exynos5420.h> 11 11 #include <linux/slab.h>
+1 -1
drivers/clk/samsung/clk-exynos7.c
··· 2 2 /* 3 3 * Copyright (c) 2014 Samsung Electronics Co., Ltd. 4 4 * Author: Naveen Krishna Ch <naveenkrishna.ch@gmail.com> 5 - */ 5 + */ 6 6 7 7 #include <linux/clk-provider.h> 8 8 #include <linux/of.h>
+1 -1
drivers/clk/samsung/clk-s3c64xx.c
··· 3 3 * Copyright (c) 2013 Tomasz Figa <tomasz.figa at gmail.com> 4 4 * 5 5 * Common Clock Framework support for all S3C64xx SoCs. 6 - */ 6 + */ 7 7 8 8 #include <linux/slab.h> 9 9 #include <linux/clk-provider.h>
+1 -1
drivers/clk/samsung/clk-s5pv210-audss.c
··· 8 8 * Author: Padmavathi Venna <padma.v@samsung.com> 9 9 * 10 10 * Driver for Audio Subsystem Clock Controller of S5PV210-compatible SoCs. 11 - */ 11 + */ 12 12 13 13 #include <linux/io.h> 14 14 #include <linux/clk.h>
+1 -1
drivers/clk/samsung/clk.c
··· 6 6 * 7 7 * This file includes utility functions to register clocks to common 8 8 * clock framework for Samsung platforms. 9 - */ 9 + */ 10 10 11 11 #include <linux/slab.h> 12 12 #include <linux/clkdev.h>