Skip to content

Commit 3ee9279

Browse files
Varada Pavanikrzk
authored andcommitted
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Krzysztof Kozlowski <[email protected]>
1 parent 9852d85 commit 3ee9279

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

drivers/clk/samsung/clk-exynos-audss.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Author: Padmavathi Venna <[email protected]>
55
*
66
* Common Clock Framework support for Audio Subsystem Clock Controller.
7-
*/
7+
*/
88

99
#include <linux/slab.h>
1010
#include <linux/io.h>

drivers/clk/samsung/clk-exynos4.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Author: Thomas Abraham <[email protected]>
66
*
77
* Common Clock Framework support for all Exynos4 SoCs.
8-
*/
8+
*/
99

1010
#include <dt-bindings/clock/exynos4.h>
1111
#include <linux/slab.h>

drivers/clk/samsung/clk-exynos4412-isp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Author: Marek Szyprowski <[email protected]>
55
*
66
* Common Clock Framework support for Exynos4412 ISP module.
7-
*/
7+
*/
88

99
#include <dt-bindings/clock/exynos4.h>
1010
#include <linux/slab.h>

drivers/clk/samsung/clk-exynos5250.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Author: Thomas Abraham <[email protected]>
66
*
77
* Common Clock Framework support for Exynos5250 SoC.
8-
*/
8+
*/
99

1010
#include <dt-bindings/clock/exynos5250.h>
1111
#include <linux/clk-provider.h>

drivers/clk/samsung/clk-exynos5410.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Author: Tarek Dakhran <[email protected]>
55
*
66
* Common Clock Framework support for Exynos5410 SoC.
7-
*/
7+
*/
88

99
#include <dt-bindings/clock/exynos5410.h>
1010

drivers/clk/samsung/clk-exynos5420.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Chander Kashyap <[email protected]>
66
*
77
* Common Clock Framework support for Exynos5420 SoC.
8-
*/
8+
*/
99

1010
#include <dt-bindings/clock/exynos5420.h>
1111
#include <linux/slab.h>

drivers/clk/samsung/clk-exynos7.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* Copyright (c) 2014 Samsung Electronics Co., Ltd.
44
* Author: Naveen Krishna Ch <[email protected]>
5-
*/
5+
*/
66

77
#include <linux/clk-provider.h>
88
#include <linux/of.h>

drivers/clk/samsung/clk-s3c64xx.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright (c) 2013 Tomasz Figa <tomasz.figa at gmail.com>
44
*
55
* Common Clock Framework support for all S3C64xx SoCs.
6-
*/
6+
*/
77

88
#include <linux/slab.h>
99
#include <linux/clk-provider.h>

drivers/clk/samsung/clk-s5pv210-audss.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Author: Padmavathi Venna <[email protected]>
99
*
1010
* Driver for Audio Subsystem Clock Controller of S5PV210-compatible SoCs.
11-
*/
11+
*/
1212

1313
#include <linux/io.h>
1414
#include <linux/clk.h>

drivers/clk/samsung/clk.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* This file includes utility functions to register clocks to common
88
* clock framework for Samsung platforms.
9-
*/
9+
*/
1010

1111
#include <linux/slab.h>
1212
#include <linux/clkdev.h>

0 commit comments

Comments
 (0)