From: Kieran Bingham <kieran.bingham@ideasonboard.com>
To: Jimmy Su <jimmy.su@intel.com>,
Matthias Fend <matthias.fend@emfend.at>,
Mauro Carvalho Chehab <mchehab@kernel.org>,
Philipp Zabel <p.zabel@pengutronix.de>,
Sakari Ailus <sakari.ailus@linux.intel.com>
Cc: linux-media@vger.kernel.org, linux-kernel@vger.kernel.org,
Matthias Fend <matthias.fend@emfend.at>
Subject: Re: [PATCH 2/2] media: i2c: ov08d10: respect 80 char line limit
Date: Thu, 18 Jun 2026 17:14:04 +0100 [thread overview]
Message-ID: <178179924481.861173.1873111472180563193@ping.linuxembedded.co.uk> (raw)
In-Reply-To: <20260618-ov08d10-fixes-v1-2-d090ce2abe8c@emfend.at>
Quoting Matthias Fend (2026-06-18 10:31:13)
> Fix a violation of the preferred line limit of 80 characters.
>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
> Signed-off-by: Matthias Fend <matthias.fend@emfend.at>
> ---
> drivers/media/i2c/ov08d10.c | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/media/i2c/ov08d10.c b/drivers/media/i2c/ov08d10.c
> index cb7e55b168781dfeaae553734d24208a374fce9c..da517eb2181b83ed2ad786bd5e197fe755a47ada 100644
> --- a/drivers/media/i2c/ov08d10.c
> +++ b/drivers/media/i2c/ov08d10.c
> @@ -1515,7 +1515,8 @@ static int ov08d10_probe(struct i2c_client *client)
> return ret;
> }
>
> - ov08d10->reset = devm_reset_control_get_optional_exclusive(ov08d10->dev, NULL);
> + ov08d10->reset = devm_reset_control_get_optional_exclusive(ov08d10->dev,
> + NULL);
> if (IS_ERR(ov08d10->reset))
> return dev_err_probe(ov08d10->dev, PTR_ERR(ov08d10->reset),
> "failed to get reset\n");
>
> --
> 2.34.1
>
prev parent reply other threads:[~2026-06-18 16:14 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-18 9:31 [PATCH 0/2] media: i2c: ov08d10: fixups for reset and power management support Matthias Fend
2026-06-18 9:31 ` [PATCH 1/2] media: i2c: ov08d10: unconditionally use the startup delay Matthias Fend
2026-06-18 16:13 ` Kieran Bingham
2026-06-18 9:31 ` [PATCH 2/2] media: i2c: ov08d10: respect 80 char line limit Matthias Fend
2026-06-18 16:14 ` Kieran Bingham [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=178179924481.861173.1873111472180563193@ping.linuxembedded.co.uk \
--to=kieran.bingham@ideasonboard.com \
--cc=jimmy.su@intel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=matthias.fend@emfend.at \
--cc=mchehab@kernel.org \
--cc=p.zabel@pengutronix.de \
--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
all inboxes | Powered by JetHome®