From: "Adrian Barnaś" <abarnas@google.com>
To: Hans de Goede <hansg@kernel.org>,
Mauro Carvalho Chehab <mchehab@kernel.org>,
Sakari Ailus <sakari.ailus@linux.intel.com>,
Andy Shevchenko <andy@kernel.org>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Dan Carpenter <dan.carpenter@linaro.org>,
linux-media@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-staging@lists.linux.dev
Cc: "Adrian Barnaś" <abarnas@google.com>
Subject: [PATCH v2 3/3] staging: media: atomisp: Remove trailing comments
Date: Tue, 2 Sep 2025 07:18:47 +0000 [thread overview]
Message-ID: <20250902071847.2330409-4-abarnas@google.com> (raw)
In-Reply-To: <20250902071847.2330409-1-abarnas@google.com>
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
next prev parent reply other threads:[~2025-09-02 7:19 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-02 7:18 [PATCH v2 0/3] staging: media: atomisp: Style fixes for vmem.c Adrian Barnaś
2025-09-02 7:18 ` [PATCH v2 1/3] staging: media: atomisp: Remove typedefs for basic types in vmem.c Adrian Barnaś
2025-09-02 7:18 ` [PATCH v2 2/3] staging: media: atomisp: Whitespaces cleanup " Adrian Barnaś
2025-09-02 7:18 ` Adrian Barnaś [this message]
2025-09-02 15:31 ` [PATCH v2 3/3] staging: media: atomisp: Remove trailing comments Andy Shevchenko
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250902071847.2330409-4-abarnas@google.com \
--to=abarnas@google.com \
--cc=andy@kernel.org \
--cc=dan.carpenter@linaro.org \
--cc=gregkh@linuxfoundation.org \
--cc=hansg@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=linux-staging@lists.linux.dev \
--cc=mchehab@kernel.org \
--cc=sakari.ailus@linux.intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox