From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: Liao Chen <liaochen4@huawei.com>
Cc: linux-media@vger.kernel.org, linux-kernel@vger.kernel.org,
sakari.ailus@linux.intel.com, jacopo@jmondi.org,
mchehab@kernel.org, biju.das.jz@bp.renesas.com
Subject: Re: [PATCH -next 2/2] media: i2c: mt9v111: Drop redundant comma
Date: Thu, 29 Aug 2024 16:46:38 +0300 [thread overview]
Message-ID: <20240829134638.GE12951@pendragon.ideasonboard.com> (raw)
In-Reply-To: <20240829125203.539977-3-liaochen4@huawei.com>
Hi Liao,
Thank you for the patch.
On Thu, Aug 29, 2024 at 12:52:03PM +0000, Liao Chen wrote:
> Drop the redundant comma from mt9v111_of_match array to make the code
> clean.
>
> Signed-off-by: Liao Chen <liaochen4@huawei.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> ---
> drivers/media/i2c/mt9v111.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/media/i2c/mt9v111.c b/drivers/media/i2c/mt9v111.c
> index b6a2623798c5..723fe138e7bc 100644
> --- a/drivers/media/i2c/mt9v111.c
> +++ b/drivers/media/i2c/mt9v111.c
> @@ -1263,7 +1263,7 @@ static void mt9v111_remove(struct i2c_client *client)
>
> static const struct of_device_id mt9v111_of_match[] = {
> { .compatible = "aptina,mt9v111", },
> - { /* sentinel */ },
> + { /* sentinel */ }
> };
> MODULE_DEVICE_TABLE(of, mt9v111_of_match);
>
--
Regards,
Laurent Pinchart
prev parent reply other threads:[~2024-08-29 13:47 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-29 12:52 [PATCH -next 0/2] media: i2c: mt9v111: workaround Liao Chen
2024-08-29 12:52 ` [PATCH -next 1/2] media: i2c: mt9v111: Enable module autoloading Liao Chen
2024-08-29 13:47 ` Laurent Pinchart
2024-09-03 11:47 ` Sakari Ailus
2024-08-29 12:52 ` [PATCH -next 2/2] media: i2c: mt9v111: Drop redundant comma Liao Chen
2024-08-29 13:05 ` Biju Das
2024-08-29 13:46 ` Laurent Pinchart [this message]
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=20240829134638.GE12951@pendragon.ideasonboard.com \
--to=laurent.pinchart@ideasonboard.com \
--cc=biju.das.jz@bp.renesas.com \
--cc=jacopo@jmondi.org \
--cc=liaochen4@huawei.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--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