linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Tim Harvey <tharvey@gateworks.com>
To: "Krzysztof Hałasa" <khalasa@piap.pl>
Cc: Mauro Carvalho Chehab <mchehab@kernel.org>,
	linux-media <linux-media@vger.kernel.org>,
	open list <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] Fix cosmetic error in TDA1997x driver
Date: Thu, 19 Aug 2021 09:46:56 -0700	[thread overview]
Message-ID: <CAJ+vNU34_t=zF5ZuJWr2Cw_9+0EvSwYBNSEZikkUBiOsTtDUcQ@mail.gmail.com> (raw)
In-Reply-To: <m3a6m9cq52.fsf@t19.piap.pl>

On Mon, Jul 26, 2021 at 3:42 AM Krzysztof Hałasa <khalasa@piap.pl> wrote:
>
> The colon isn't followed by anything here.
>
> Signed-off-by: Krzysztof Hałasa <khalasa@piap.pl>
>
> diff --git a/drivers/media/i2c/tda1997x.c b/drivers/media/i2c/tda1997x.c
> index 91e6db847bb5..e55e4afaae8a 100644
> --- a/drivers/media/i2c/tda1997x.c
> +++ b/drivers/media/i2c/tda1997x.c
> @@ -563,7 +563,7 @@ static void tda1997x_delayed_work_enable_hpd(struct work_struct *work)
>                                                     delayed_work_enable_hpd);
>         struct v4l2_subdev *sd = &state->sd;
>
> -       v4l2_dbg(2, debug, sd, "%s:\n", __func__);
> +       v4l2_dbg(2, debug, sd, "%s\n", __func__);
>
>         /* Set HPD high */
>         tda1997x_manual_hpd(sd, HPD_HIGH_OTHER);

Acked-By: Tim Harvey <tharvey@gateworks.com>

      reply	other threads:[~2021-08-19 16:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-26 10:42 [PATCH] Fix cosmetic error in TDA1997x driver Krzysztof Hałasa
2021-08-19 16:46 ` Tim Harvey [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='CAJ+vNU34_t=zF5ZuJWr2Cw_9+0EvSwYBNSEZikkUBiOsTtDUcQ@mail.gmail.com' \
    --to=tharvey@gateworks.com \
    --cc=khalasa@piap.pl \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=mchehab@kernel.org \
    /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;
as well as URLs for NNTP newsgroup(s).