]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
clk: samsung: Fix block comment style warnings reported by checkpatch
authorVarada Pavani <v.pavani@samsung.com>
Thu, 26 Sep 2024 14:51:31 +0000 (20:21 +0530)
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Mon, 30 Sep 2024 10:35:45 +0000 (12:35 +0200)
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>
drivers/clk/samsung/clk-exynos-audss.c
drivers/clk/samsung/clk-exynos4.c
drivers/clk/samsung/clk-exynos4412-isp.c
drivers/clk/samsung/clk-exynos5250.c
drivers/clk/samsung/clk-exynos5410.c
drivers/clk/samsung/clk-exynos5420.c
drivers/clk/samsung/clk-exynos7.c
drivers/clk/samsung/clk-s3c64xx.c
drivers/clk/samsung/clk-s5pv210-audss.c
drivers/clk/samsung/clk.c

index abd49edcf707aabfc86cc11378a1d37777bd5508..e11ac67819ef26f04edfd4d1a26a5d9fde361aae 100644 (file)
@@ -4,7 +4,7 @@
  * Author: Padmavathi Venna <padma.v@samsung.com>
  *
  * Common Clock Framework support for Audio Subsystem Clock Controller.
-*/
+ */
 
 #include <linux/slab.h>
 #include <linux/io.h>
index 28945b6b0ee1c1e3908349fa9f071d3845057eaf..16be0c53903cf43537d6f5496c106a41eae62838 100644 (file)
@@ -5,7 +5,7 @@
  * Author: Thomas Abraham <thomas.ab@samsung.com>
  *
  * Common Clock Framework support for all Exynos4 SoCs.
-*/
+ */
 
 #include <dt-bindings/clock/exynos4.h>
 #include <linux/slab.h>
index a70c2b06a61a465e3f8da43dd66b169e7e337d87..29c5644f059379f8a0770ce2214c32b9df7d76e3 100644 (file)
@@ -4,7 +4,7 @@
  * Author: Marek Szyprowski <m.szyprowski@samsung.com>
  *
  * Common Clock Framework support for Exynos4412 ISP module.
-*/
+ */
 
 #include <dt-bindings/clock/exynos4.h>
 #include <linux/slab.h>
index e02e7c013f3d2adfe6ca6b15fa572c4e11e9f8e4..47e9ac2275ee356481f242ce59772f66daa32f14 100644 (file)
@@ -5,7 +5,7 @@
  * Author: Thomas Abraham <thomas.ab@samsung.com>
  *
  * Common Clock Framework support for Exynos5250 SoC.
-*/
+ */
 
 #include <dt-bindings/clock/exynos5250.h>
 #include <linux/clk-provider.h>
index 2654077211e78d37a245fa3320aa3ea5545f2c8b..99b1bb4539fd0f08da61814887af7a40da06b002 100644 (file)
@@ -4,7 +4,7 @@
  * Author: Tarek Dakhran <t.dakhran@samsung.com>
  *
  * Common Clock Framework support for Exynos5410 SoC.
-*/
+ */
 
 #include <dt-bindings/clock/exynos5410.h>
 
index c630135c686bba0b7aef3a9caa53ac0a75ac2bfe..a4864ea0d0d2402cdade295a8879309f38f86cbf 100644 (file)
@@ -5,7 +5,7 @@
  *         Chander Kashyap <k.chander@samsung.com>
  *
  * Common Clock Framework support for Exynos5420 SoC.
-*/
+ */
 
 #include <dt-bindings/clock/exynos5420.h>
 #include <linux/slab.h>
index 4a5d2a914bd668e89a8a902db747ffe5c1307ab2..e6c938effa29bc067fa4cf864fe721cce37d9fda 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * Copyright (c) 2014 Samsung Electronics Co., Ltd.
  * Author: Naveen Krishna Ch <naveenkrishna.ch@gmail.com>
-*/
+ */
 
 #include <linux/clk-provider.h>
 #include <linux/of.h>
index d27a1f73f077e31ff7a42d8dbdade6ab1f373fb1..e2ec8fe32e392844a85c63d837f10d3331d646f4 100644 (file)
@@ -3,7 +3,7 @@
  * Copyright (c) 2013 Tomasz Figa <tomasz.figa at gmail.com>
  *
  * Common Clock Framework support for all S3C64xx SoCs.
-*/
+ */
 
 #include <linux/slab.h>
 #include <linux/clk-provider.h>
index b31c00ea331f37d2c3c9e8bc08e1bfeb0bfc870d..d19a3d9fd45239500c0f811aa27df86f832ea5c0 100644 (file)
@@ -8,7 +8,7 @@
  * Author: Padmavathi Venna <padma.v@samsung.com>
  *
  * Driver for Audio Subsystem Clock Controller of S5PV210-compatible SoCs.
-*/
+ */
 
 #include <linux/io.h>
 #include <linux/clk.h>
index afa5760ed3a11b17cd670c2ce47259dea90e8c32..283c523763e6b6de041147c890c23af33e87852c 100644 (file)
@@ -6,7 +6,7 @@
  *
  * This file includes utility functions to register clocks to common
  * clock framework for Samsung platforms.
-*/
+ */
 
 #include <linux/slab.h>
 #include <linux/clkdev.h>