mirror of
https://github.com/torvalds/linux.git
synced 2026-05-24 15:12:13 +02:00
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:
parent
9852d85ec9
commit
3ee92799a2
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
* Author: Tarek Dakhran <t.dakhran@samsung.com>
|
||||
*
|
||||
* Common Clock Framework support for Exynos5410 SoC.
|
||||
*/
|
||||
*/
|
||||
|
||||
#include <dt-bindings/clock/exynos5410.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user