[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <00ed9fcb94a6c22eff1fe8afdea46b2764a8687d.1606894725.git.michal.simek@xilinx.com>
Date: Wed, 2 Dec 2020 08:38:50 +0100
From: Michal Simek <michal.simek@...inx.com>
To: linux-kernel@...r.kernel.org, monstr@...str.eu,
michal.simek@...inx.com, git@...inx.com
Cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Jolly Shah <jolly.shah@...inx.com>,
Rajan Vaja <rajan.vaja@...inx.com>,
Tejas Patel <tejas.patel@...inx.com>,
linux-arm-kernel@...ts.infradead.org
Subject: [PATCH v2 3/3] firmware: xilinx: Properly align function parameter
Fix parameters alignment reported by checkpatch --strict.
Signed-off-by: Michal Simek <michal.simek@...inx.com>
---
Changes in v2:
- keep variable name and type on the same line - reported by Joe Perches
include/linux/firmware/xlnx-zynqmp.h | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/include/linux/firmware/xlnx-zynqmp.h b/include/linux/firmware/xlnx-zynqmp.h
index 0e7e72650ed3..edc2977b26d9 100644
--- a/include/linux/firmware/xlnx-zynqmp.h
+++ b/include/linux/firmware/xlnx-zynqmp.h
@@ -456,7 +456,7 @@ static inline int zynqmp_pm_sd_dll_reset(u32 node_id, u32 type)
}
static inline int zynqmp_pm_reset_assert(const enum zynqmp_pm_reset reset,
- const enum zynqmp_pm_reset_action assert_flag)
+ const enum zynqmp_pm_reset_action assert_flag)
{
return -ENODEV;
}
@@ -490,9 +490,9 @@ static inline int zynqmp_pm_release_node(const u32 node)
}
static inline int zynqmp_pm_set_requirement(const u32 node,
- const u32 capabilities,
- const u32 qos,
- const enum zynqmp_pm_request_ack ack)
+ const u32 capabilities,
+ const u32 qos,
+ const enum zynqmp_pm_request_ack ack)
{
return -ENODEV;
}
--
2.29.2
Powered by blists - more mailing lists