diff options
author | Heiko Stuebner <[email protected]> | 2024-09-10 00:31:49 +0200 |
---|---|---|
committer | Stephen Boyd <[email protected]> | 2024-09-09 16:13:05 -0700 |
commit | eb3b3f520518003cd363239fc160bdd7ed327319 (patch) | |
tree | 38dfba276e917dcdb0125a549af06ff9c66a63c3 | |
parent | 4500f510d9bb4e8e283fb249a7adb4ecd6136f26 (diff) |
dt-bindings: clock, reset: fix top-comment indentation rk3576 headers
Block comments should align the * on each line, as checkpatch rightfully
pointed out, so fix that style issue on the newly added rk3576 headers.
Fixes: 49c04453db81 ("dt-bindings: clock, reset: Add support for rk3576")
Signed-off-by: Heiko Stuebner <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Stephen Boyd <[email protected]>
-rw-r--r-- | include/dt-bindings/clock/rockchip,rk3576-cru.h | 12 | ||||
-rw-r--r-- | include/dt-bindings/reset/rockchip,rk3576-cru.h | 12 |
2 files changed, 12 insertions, 12 deletions
diff --git a/include/dt-bindings/clock/rockchip,rk3576-cru.h b/include/dt-bindings/clock/rockchip,rk3576-cru.h index a2933021be89..25aed298ac2c 100644 --- a/include/dt-bindings/clock/rockchip,rk3576-cru.h +++ b/include/dt-bindings/clock/rockchip,rk3576-cru.h @@ -1,11 +1,11 @@ /* SPDX-License-Identifier: (GPL-2.0 OR MIT) */ /* -* Copyright (c) 2023 Rockchip Electronics Co. Ltd. -* Copyright (c) 2024 Collabora Ltd. -* -* Author: Elaine Zhang <[email protected]> -* Author: Detlev Casanova <[email protected]> -*/ + * Copyright (c) 2023 Rockchip Electronics Co. Ltd. + * Copyright (c) 2024 Collabora Ltd. + * + * Author: Elaine Zhang <[email protected]> + * Author: Detlev Casanova <[email protected]> + */ #ifndef _DT_BINDINGS_CLK_ROCKCHIP_RK3576_H #define _DT_BINDINGS_CLK_ROCKCHIP_RK3576_H diff --git a/include/dt-bindings/reset/rockchip,rk3576-cru.h b/include/dt-bindings/reset/rockchip,rk3576-cru.h index 291fec0ecba0..ae856906f3a3 100644 --- a/include/dt-bindings/reset/rockchip,rk3576-cru.h +++ b/include/dt-bindings/reset/rockchip,rk3576-cru.h @@ -1,11 +1,11 @@ /* SPDX-License-Identifier: (GPL-2.0 OR MIT) */ /* -* Copyright (c) 2023 Rockchip Electronics Co. Ltd. -* Copyright (c) 2024 Collabora Ltd. -* -* Author: Elaine Zhang <[email protected]> -* Author: Detlev Casanova <[email protected]> -*/ + * Copyright (c) 2023 Rockchip Electronics Co. Ltd. + * Copyright (c) 2024 Collabora Ltd. + * + * Author: Elaine Zhang <[email protected]> + * Author: Detlev Casanova <[email protected]> + */ #ifndef _DT_BINDINGS_RESET_ROCKCHIP_RK3576_H #define _DT_BINDINGS_RESET_ROCKCHIP_RK3576_H |