[PATCH v2 3/3] staging: media: atomisp: Remove trailing comments

Adrian Barnaś posted 3 patches 1 month ago
[PATCH v2 3/3] staging: media: atomisp: Remove trailing comments
Posted by Adrian Barnaś 1 month ago
Remove trailing comments in pci/hive_isp_css_common/host/vmem.c.

Signed-off-by: Adrian Barnaś <abarnas@google.com>
---
 .../media/atomisp/pci/hive_isp_css_common/host/vmem.c     | 8 ++++----
 1 file changed, 4 insertions(+), 4 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 aa67638a09a5..547cc480c105 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
@@ -161,7 +161,7 @@ static void store_vector(const isp_ID_t ID, t_vmem_elem *to, const t_vmem_elem *
 }
 
 void isp_vmem_load(const isp_ID_t ID, const t_vmem_elem *from, t_vmem_elem *to,
-		   unsigned int elems) /* In t_vmem_elem */
+		   unsigned int elems)
 {
 	unsigned int c;
 	const t_vmem_elem *vp = from;
@@ -176,7 +176,7 @@ void isp_vmem_load(const isp_ID_t ID, const t_vmem_elem *from, t_vmem_elem *to,
 }
 
 void isp_vmem_store(const isp_ID_t ID, t_vmem_elem *to, const t_vmem_elem *from,
-		    unsigned int elems) /* In t_vmem_elem */
+		    unsigned int elems)
 {
 	unsigned int c;
 	t_vmem_elem *vp = to;
@@ -192,7 +192,7 @@ void isp_vmem_store(const isp_ID_t ID, t_vmem_elem *to, const t_vmem_elem *from,
 
 void isp_vmem_2d_load(const isp_ID_t ID, const t_vmem_elem *from, t_vmem_elem *to,
 		      unsigned int height, unsigned int width,
-		      unsigned int stride_to, unsigned int stride_from) /* In t_vmem_elem */
+		      unsigned int stride_to, unsigned int stride_from)
 {
 	unsigned int h;
 
@@ -215,7 +215,7 @@ void isp_vmem_2d_load(const isp_ID_t ID, const t_vmem_elem *from, t_vmem_elem *t
 
 void isp_vmem_2d_store(const isp_ID_t ID, t_vmem_elem *to, const t_vmem_elem *from,
 		       unsigned int height, unsigned int width,
-		       unsigned int stride_to, unsigned int stride_from) /* In t_vmem_elem */
+		       unsigned int stride_to, unsigned int stride_from)
 {
 	unsigned int h;
 
-- 
2.51.0.318.gd7df087d1a-goog
Re: [PATCH v2 3/3] staging: media: atomisp: Remove trailing comments
Posted by Andy Shevchenko 1 month ago
On Tue, Sep 02, 2025 at 07:18:47AM +0000, Adrian Barnaś wrote:
> Remove trailing comments in pci/hive_isp_css_common/host/vmem.c.

To avoid churn this should be patch 2 in a new series before current patch 2.

Otherwise the entire series LGTM.

-- 
With Best Regards,
Andy Shevchenko