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>
This commit is contained in:
Varada Pavani 2024-09-26 20:21:31 +05:30 committed by Krzysztof Kozlowski
parent 9852d85ec9
commit 3ee92799a2
10 changed files with 10 additions and 10 deletions

View 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>

View 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>

View 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>

View 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>

View 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>

View 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>

View 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>

View 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>

View 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>

View 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>