[PATCH] media: atomisp: pci: hive_isp_css_common: host: vmem: fix line ending with '('
From: Mylena Angelica
Date: Thu Apr 23 2026 - 21:00:34 EST
Adjust the formatting of the function call so the line no longer ends
with '(', fixing the checkpatch warning in vmem.c
Signed-off-by: Mylena Angelica <mylena.asf@xxxxxxxxx>
---
Hello!! This is is my first patch,I appreciate any feedback, thanks!
---
.../media/atomisp/pci/hive_isp_css_common/host/vmem.c | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/vmem.c b/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/vmem.c
index 722b684fbc37..3831092154d1 100644
--- a/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/vmem.c
+++ b/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/vmem.c
@@ -38,12 +38,8 @@ inv_subword(hive_uedge w, unsigned int start, unsigned int end)
#define move_word(target, target_bit, src) move_subword(target, target_bit, src, 0, uedge_bits)
static void
-move_subword(
- hive_uedge *target,
- unsigned int target_bit,
- hive_uedge src,
- unsigned int src_start,
- unsigned int src_end)
+move_subword(hive_uedge *target, unsigned int target_bit, hive_uedge src, unsigned int src_start,
+ unsigned int src_end)
{
unsigned int start_elem = target_bit / uedge_bits;
unsigned int start_bit = target_bit % uedge_bits;
--
2.39.5